diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-08-28 10:14:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-28 10:14:10 +0200 |
| commit | a30b2d47492ab46ae82ce25ee62a31626565cf67 (patch) | |
| tree | e0abf9d4ed0291140a98c5d7f5e7a859db7acc8b | |
| parent | 9fea41204fdfa7a5cfa15b0ebd12904c520478ce (diff) | |
[upd] pypi: Bump the minor group with 2 updates (#6589)
Bumps the minor group with 2 updates: [granian](https://github.com/emmett-framework/granian) and [lxml](https://github.com/lxml/lxml).
Updates `granian` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.8.1...v2.8.2)
Updates `lxml` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.1...lxml-6.1.2)
---
updated-dependencies:
- dependency-name: granian
dependency-version: 2.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: lxml
dependency-version: 6.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | requirements-dev.txt | 2 | ||||
| -rw-r--r-- | requirements-server.txt | 4 | ||||
| -rw-r--r-- | requirements.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 92b19f702..816c06a3f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,6 +23,6 @@ coloredlogs==15.0.1 docutils>=0.21.2;python_version <= "3.11" docutils>=0.22.4; python_version > "3.11" parameterized==0.9.0 -granian[reload]==2.8.1 +granian[reload]==2.8.2 basedpyright==1.39.10 types-lxml==2026.2.16 diff --git a/requirements-server.txt b/requirements-server.txt index 5b361b85d..d51990467 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,2 +1,2 @@ -granian==2.8.1 -granian[pname]==2.8.1 +granian==2.8.2 +granian[pname]==2.8.2 diff --git a/requirements.txt b/requirements.txt index aa0c0da25..33d40a0b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ babel==2.18.0 flask-babel==4.0.0 flask==3.1.3 jinja2==3.1.6 -lxml==6.1.1 +lxml==6.1.2 pygments==2.21.0 python-dateutil==2.9.0.post0 pyyaml==6.0.3 |
