diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-05 13:23:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 13:23:01 +0200 |
| commit | e7501eaedf082d95a18a85b306581f1d489ac122 (patch) | |
| tree | da6484a22cd06ef39eb03fad6a9a2cb6f30cdec2 | |
| parent | 25953fa32e91ef3cf2fd019d6d45292b4de04e7e (diff) | |
[upd] pypi: Bump the minor group across 1 directory with 5 updates (#5184)
Bumps the minor group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [typer-slim](https://github.com/fastapi/typer) | `0.16.1` | `0.17.3` |
| [granian[reload]](https://github.com/emmett-framework/granian) | `2.5.1` | `2.5.2` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.31.3` | `1.31.4` |
| [types-lxml](https://github.com/abelcheung/types-lxml) | `2025.3.30` | `2025.8.25` |
| [granian](https://github.com/emmett-framework/granian) | `2.5.1` | `2.5.2` |
Updates `typer-slim` from 0.16.1 to 0.17.3
- [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.16.1...0.17.3)
Updates `granian[reload]` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.1...v2.5.2)
Updates `basedpyright` from 1.31.3 to 1.31.4
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.31.3...v1.31.4)
Updates `types-lxml` from 2025.3.30 to 2025.8.25
- [Release notes](https://github.com/abelcheung/types-lxml/releases)
- [Commits](https://github.com/abelcheung/types-lxml/compare/2025.03.30...2025.08.25)
Updates `granian` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.1...v2.5.2)
| -rw-r--r-- | requirements-dev.txt | 6 | ||||
| -rw-r--r-- | requirements-server.txt | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 21e6a0423..924852c24 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,6 +21,6 @@ wlc==1.15 coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 -granian[reload]==2.5.1 -basedpyright==1.31.3 -types-lxml==2025.3.30 +granian[reload]==2.5.2 +basedpyright==1.31.4 +types-lxml==2025.8.25 diff --git a/requirements-server.txt b/requirements-server.txt index c4714e482..b7a1fa7b1 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1 +1 @@ -granian==2.5.1 +granian==2.5.2 diff --git a/requirements.txt b/requirements.txt index 467e021a6..153799d37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.2.1; python_version < '3.11' msgspec==0.19.0 -typer-slim==0.16.1 +typer-slim==0.17.3 isodate==0.7.2 whitenoise==6.9.0 typing-extensions==4.14.1 |