Skip to content

Commit 3963c1b

Browse files
authored
Merge pull request #3 from PyPSA/dependabot/uv/python-deps-843e9ea20b
chore(deps): bump the python-deps group with 9 updates
2 parents 7cdd131 + 41eae46 commit 3963c1b

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)