diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-21 08:31:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 08:31:16 +0100 |
| commit | 6376601ba1b3b29aad0d48251d5ef33273427056 (patch) | |
| tree | 670dd35b84137045ac6bff75092e8744c97723aa | |
| parent | ca441f419ca2e3a4a6cf90ac853a3ff6d69df967 (diff) | |
[upd] pypi: Bump the minor group with 4 updates (#5462)
Bumps the minor group with 4 updates: [granian](https://github.com/emmett-framework/granian), [granian[pname]](https://github.com/emmett-framework/granian), [granian[reload]](https://github.com/emmett-framework/granian) and [basedpyright](https://github.com/detachhead/basedpyright).
Updates `granian` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.7...v2.6.0)
Updates `granian[pname]` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.7...v2.6.0)
Updates `granian[reload]` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.7...v2.6.0)
Updates `basedpyright` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.33.0...v1.34.0)
| -rw-r--r-- | requirements-dev.txt | 4 | ||||
| -rw-r--r-- | requirements-server.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 18111f573..4b7871ec7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,6 +23,6 @@ wlc==1.16.1 coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 -granian[reload]==2.5.7 -basedpyright==1.33.0 +granian[reload]==2.6.0 +basedpyright==1.34.0 types-lxml==2025.8.25 diff --git a/requirements-server.txt b/requirements-server.txt index 8f8e32d40..12b78f757 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,2 +1,2 @@ -granian==2.5.7 -granian[pname]==2.5.7 +granian==2.6.0 +granian[pname]==2.6.0 |