Skip to content

Commit 3bd621e

Browse files
chore(deps): bump the python-deps group with 5 updates (#5)
Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn), [sse-starlette](https://github.com/sysid/sse-starlette), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [asyncssh](https://github.com/ronf/asyncssh) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `uvicorn[standard]` to 0.47.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.46.0...0.47.0) Updates `sse-starlette` from 3.4.2 to 3.4.4 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v3.4.2...v3.4.4) Updates `pydantic-settings` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.1) Updates `asyncssh` from 2.22.0 to 2.23.0 - [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst) - [Commits](ronf/asyncssh@v2.22.0...v2.23.0) Updates `ruff` from 0.15.12 to 0.15.13 - [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.12...0.15.13) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: asyncssh dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.13 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 ada89db commit 3bd621e

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ description = "FastAPI microservice for dispatching Snakemake workflows to compu
55
requires-python = ">=3.12"
66
dependencies = [
77
"fastapi>=0.136.1,<1",
8-
"uvicorn[standard]>=0.46.0,<1",
9-
"sse-starlette>=3.4.2,<4",
8+
"uvicorn[standard]>=0.47.0,<1",
9+
"sse-starlette>=3.4.4,<4",
1010
"pydantic>=2.13.4,<3",
11-
"pydantic-settings>=2.14.0,<3",
11+
"pydantic-settings>=2.14.1,<3",
1212
"pyyaml>=6,<7",
1313
]
1414

1515
[project.optional-dependencies]
1616
slurm = [
17-
"asyncssh>=2.18,<3",
17+
"asyncssh>=2.23.0,<3",
1818
]
1919
dev = [
2020
"pytest>=9.0.3,<10",
2121
"pytest-asyncio>=1.3.0,<2",
2222
"httpx>=0.28,<1",
23-
"ruff>=0.15.12,<1",
23+
"ruff>=0.15.13,<1",
2424
]
2525

2626
[build-system]

uv.lock

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

0 commit comments

Comments
 (0)