Skip to content

Commit ada89db

Browse files
chore(deps): bump the python-deps group with 3 updates (#4)
Bumps the python-deps group with 3 updates: [sse-starlette](https://github.com/sysid/sse-starlette), [pydantic](https://github.com/pydantic/pydantic) and [pytest](https://github.com/pytest-dev/pytest). Updates `sse-starlette` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v3.4.1...v3.4.2) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) Updates `pytest` from 8.4.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.3) --- updated-dependencies: - dependency-name: sse-starlette dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c95caf7 commit ada89db

2 files changed

Lines changed: 82 additions & 82 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ requires-python = ">=3.12"
66
dependencies = [
77
"fastapi>=0.136.1,<1",
88
"uvicorn[standard]>=0.46.0,<1",
9-
"sse-starlette>=3.4.1,<4",
10-
"pydantic>=2.13.3,<3",
9+
"sse-starlette>=3.4.2,<4",
10+
"pydantic>=2.13.4,<3",
1111
"pydantic-settings>=2.14.0,<3",
1212
"pyyaml>=6,<7",
1313
]
@@ -17,7 +17,7 @@ slurm = [
1717
"asyncssh>=2.18,<3",
1818
]
1919
dev = [
20-
"pytest>=8,<9",
20+
"pytest>=9.0.3,<10",
2121
"pytest-asyncio>=1.3.0,<2",
2222
"httpx>=0.28,<1",
2323
"ruff>=0.15.12,<1",

0 commit comments

Comments
 (0)