diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-03 10:09:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-03 10:09:55 +0200 |
| commit | 21773bbb2d56e8f5ca731e8ce810eaab3ee3aefd (patch) | |
| tree | 80a74a586f5b7239f20ff07e0811e57dc322c96b | |
| parent | 67973783de5178785a303393de182908d724215e (diff) | |
[upd] pypi: Bump the minor group with 5 updates (#6356)
Bumps the minor group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [granian](https://github.com/emmett-framework/granian) | `2.7.7` | `2.7.8` |
| [typer](https://github.com/fastapi/typer) | `0.26.7` | `0.26.8` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` |
| [wlc](https://github.com/WeblateOrg/wlc) | `2.0.0` | `2.1.0` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.39.8` | `1.39.9` |
Updates `granian` from 2.7.7 to 2.7.8
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.7.7...v2.7.8)
Updates `typer` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.26.7...0.26.8)
Updates `typing-extensions` from 4.15.0 to 4.16.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0)
Updates `wlc` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/WeblateOrg/wlc/releases)
- [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst)
- [Commits](https://github.com/WeblateOrg/wlc/compare/2.0.0...2.1.0)
Updates `basedpyright` from 1.39.8 to 1.39.9
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.8...v1.39.9)
| -rw-r--r-- | requirements-dev.txt | 6 | ||||
| -rw-r--r-- | requirements-server.txt | 4 | ||||
| -rw-r--r-- | requirements.txt | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index eac4007a4..6303b8681 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,11 +18,11 @@ myst-parser==5.0.0 linuxdoc==20260504 aiounittest==1.5.0 yamllint==1.38.0 -wlc==2.0.0 +wlc==2.1.0 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.7.7 -basedpyright==1.39.8 +granian[reload]==2.7.8 +basedpyright==1.39.9 types-lxml==2026.2.16 diff --git a/requirements-server.txt b/requirements-server.txt index 7b9a840de..ba830612d 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,2 +1,2 @@ -granian==2.7.7 -granian[pname]==2.7.7 +granian==2.7.8 +granian[pname]==2.7.8 diff --git a/requirements.txt b/requirements.txt index 15940ddf2..cb2774c84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ sniffio==1.3.1 valkey==6.1.1 markdown-it-py==4.2.0 msgspec==0.21.1 -typer==0.26.7 +typer==0.26.8 isodate==0.7.2 whitenoise==6.12.0 -typing-extensions==4.15.0 +typing-extensions==4.16.0 |
