Skip to content

Commit ab2dd78

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 5 updates
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.4` | `2.12.5` | | [fastapi](https://github.com/fastapi/fastapi) | `0.121.3` | `0.123.0` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.2.3` | `9.0.1` | Updates `pydantic` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.4...v2.12.5) Updates `fastapi` from 0.121.3 to 0.123.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.121.3...0.123.0) Updates `asyncpg` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `sphinx` from 8.2.3 to 9.0.1 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.123.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinx dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bf356e commit ab2dd78

File tree

2 files changed

+127
-58
lines changed

2 files changed

+127
-58
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ exclude = ["docs", "tests"]
6464

6565
[project.optional-dependencies]
6666
server = [
67-
"fastapi>=0.121.3,<0.123.0",
67+
"fastapi>=0.121.3,<0.124.0",
6868
"starlette>=0.49.3,<0.51.0",
6969
"uvicorn~=0.38.0",
7070
"starlette-exporter~=0.23.0",
@@ -79,7 +79,7 @@ consumer = [
7979
"cramjam~=2.11.0",
8080
]
8181
http2kafka = [
82-
"fastapi~=0.121.3",
82+
"fastapi>=0.121.3,<0.124.0",
8383
"starlette>=0.49.3,<0.51.0",
8484
"uvicorn~=0.38.0",
8585
"starlette-exporter~=0.23.0",
@@ -88,7 +88,7 @@ http2kafka = [
8888
"cramjam~=2.11.0",
8989
]
9090
postgres = [
91-
"asyncpg~=0.30.0",
91+
"asyncpg>=0.30,<0.32",
9292
]
9393
gssapi = [
9494
"gssapi~=1.10.0",
@@ -114,7 +114,7 @@ test =[
114114
]
115115
dev = [
116116
"pre-commit>=4.4,<4.6",
117-
"mypy~=1.18.2",
117+
"mypy>=1.18.2,<1.20.0",
118118
"sqlalchemy[mypy]~=2.0.41",
119119
"types-pyyaml~=6.0.12",
120120
"types-python-dateutil~=2.9.0",
@@ -125,7 +125,7 @@ docs = [
125125
"setuptools-git-versioning~=2.1.0",
126126
"autodoc-pydantic~=2.2.0",
127127
"numpydoc~=1.9.0",
128-
"sphinx~=8.2.3",
128+
"sphinx>=8.2.3,<9.1.0",
129129
"furo~=2025.9.25",
130130
"sphinx-copybutton~=0.5.2",
131131
"sphinxcontrib-towncrier~=0.5.0a0",

0 commit comments

Comments
 (0)