Skip to content

Commit 59b1ba1

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 6 updates
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.11.9` | | [starlette](https://github.com/Kludex/starlette) | `0.47.3` | `0.48.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `4.0.0` | `4.0.1` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.1` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250822` | `6.0.12.20250915` | Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.11.9) Updates `starlette` from 0.47.3 to 0.48.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.47.3...0.48.0) Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0) Updates `pytest-randomly` from 4.0.0 to 4.0.1 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@4.0.0...4.0.1) Updates `mypy` from 1.17.1 to 1.18.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.1) Updates `types-pyyaml` from 6.0.12.20250822 to 6.0.12.20250915 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: starlette dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-randomly dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-version: 6.0.12.20250915 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22090b7 commit 59b1ba1

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exclude = ["docs", "tests"]
5353
[project.optional-dependencies]
5454
server = [
5555
"fastapi~=0.116.1",
56-
"starlette~=0.47.2",
56+
"starlette>=0.47.2,<0.49.0",
5757
"uvicorn~=0.35.0",
5858
"starlette-exporter~=0.23.0",
5959
"asgi-correlation-id~=4.3.4",
@@ -119,7 +119,7 @@ seed = [
119119
test =[
120120
"pytest~=8.4.1",
121121
"httpx~=0.28.1",
122-
"pytest-asyncio~=1.1.0",
122+
"pytest-asyncio>=1.1,<1.3",
123123
"pytest-randomly~=4.0.0",
124124
"pytest-deadfixtures~=2.2.1",
125125
"pytest-rerunfailures~=16.0.1",
@@ -132,7 +132,7 @@ test =[
132132
]
133133
dev = [
134134
"pre-commit~=4.3.0",
135-
"mypy~=1.17.1",
135+
"mypy>=1.17.1,<1.19.0",
136136
"sqlalchemy[mypy]~=2.0.41",
137137
"types-pyyaml~=6.0.12",
138138
"types-python-dateutil~=2.9.0",

0 commit comments

Comments
 (0)