Skip to content

Commit ea7cc39

Browse files
chore(deps): bump the python-deps group with 4 updates (#8)
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn[standard]](https://github.com/Kludex/uvicorn), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.136.3) Updates `uvicorn[standard]` to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.47.0...0.48.0) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `ruff` from 0.15.14 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.14...0.15.15) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: uvicorn[standard] dependency-version: 0.48.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch 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 2356429 commit ea7cc39

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dynamic = ["version"]
44
description = "FastAPI microservice for dispatching Snakemake workflows to compute backends"
55
requires-python = ">=3.12"
66
dependencies = [
7-
"fastapi>=0.136.1,<1",
8-
"uvicorn[standard]>=0.47.0,<1",
7+
"fastapi>=0.136.3,<1",
8+
"uvicorn[standard]>=0.48.0,<1",
99
"sse-starlette>=3.4.4,<4",
1010
"pydantic>=2.13.4,<3",
1111
"pydantic-settings>=2.14.1,<3",
@@ -18,9 +18,9 @@ slurm = [
1818
]
1919
dev = [
2020
"pytest>=9.0.3,<10",
21-
"pytest-asyncio>=1.3.0,<2",
21+
"pytest-asyncio>=1.4.0,<2",
2222
"httpx>=0.28,<1",
23-
"ruff>=0.15.14,<1",
23+
"ruff>=0.15.15,<1",
2424
]
2525

2626
[build-system]

uv.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)