Skip to content

Commit 41eae46

Browse files
chore(deps): bump the python-deps group with 9 updates
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn[standard]](https://github.com/Kludex/uvicorn), [sse-starlette](https://github.com/sysid/sse-starlette), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [ruff](https://github.com/astral-sh/ruff), [setuptools](https://github.com/pypa/setuptools) and [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `fastapi` from 0.135.1 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.1...0.136.1) Updates `uvicorn[standard]` to 0.46.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.34.0...0.46.0) Updates `sse-starlette` from 2.4.1 to 3.4.1 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v2.4.1...v3.4.1) Updates `pydantic` from 2.12.5 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.3) Updates `pydantic-settings` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.0) Updates `pytest-asyncio` from 0.26.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.3.0) Updates `ruff` from 0.15.6 to 0.15.12 - [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.6...0.15.12) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v64.0.0...v82.0.1) Updates `setuptools-scm` to 10.0.5 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@setuptools-scm-v10.0.0...setuptools-scm-v10.0.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: uvicorn[standard] dependency-version: 0.46.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: sse-starlette dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdd131 commit 41eae46

2 files changed

Lines changed: 123 additions & 117 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ dynamic = ["version"]
44
description = "FastAPI microservice for dispatching Snakemake workflows to compute backends"
55
requires-python = ">=3.12"
66
dependencies = [
7-
"fastapi>=0.115,<1",
8-
"uvicorn[standard]>=0.34,<1",
9-
"sse-starlette>=2.2,<3",
10-
"pydantic>=2.10,<3",
11-
"pydantic-settings>=2.7,<3",
7+
"fastapi>=0.136.1,<1",
8+
"uvicorn[standard]>=0.46.0,<1",
9+
"sse-starlette>=3.4.1,<4",
10+
"pydantic>=2.13.3,<3",
11+
"pydantic-settings>=2.14.0,<3",
1212
"pyyaml>=6,<7",
1313
]
1414

@@ -18,13 +18,13 @@ slurm = [
1818
]
1919
dev = [
2020
"pytest>=8,<9",
21-
"pytest-asyncio>=0.25,<1",
21+
"pytest-asyncio>=1.3.0,<2",
2222
"httpx>=0.28,<1",
23-
"ruff>=0.9,<1",
23+
"ruff>=0.15.12,<1",
2424
]
2525

2626
[build-system]
27-
requires = ["setuptools>=64", "setuptools_scm>=8"]
27+
requires = ["setuptools>=82.0.1", "setuptools_scm>=10.0.5"]
2828
build-backend = "setuptools.build_meta"
2929

3030
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)