Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 475f0a8

Browse files
chore: bump all dependencies
1 parent 2ac4848 commit 475f0a8

2 files changed

Lines changed: 241 additions & 238 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ requires-python = ">=3.14"
99

1010
dependencies = [
1111
"joserfc>=1.6.5",
12-
"colorlog>=6.8.2",
13-
"cryptography>=44.0.0",
14-
"fastapi[standard]>=0.115.6",
15-
"fastapi-swagger>=0.2.3",
12+
"colorlog>=6.10.1",
13+
"cryptography>=48.0.0",
14+
"fastapi[standard]>=0.136.1",
15+
"fastapi-swagger>=0.4.49",
1616
"fastapi-derive-responses>=0.1.7",
17-
"gunicorn>=23.0.0",
17+
"gunicorn>=26.0.0",
1818
"httpx>=0.28.1",
1919
"nanoid>=2.0.0",
20-
"pydantic>=2.12.2",
21-
"ruff>=0.9.2",
22-
"uvicorn>=0.34.0",
20+
"pydantic>=2.13.4",
21+
"ruff>=0.15.12",
22+
"uvicorn>=0.46.0",
2323
# mongo = [
2424
"beanie>=1.30.0,<2.0.0",
2525
# ]
26-
"prek>=0.3.8",
26+
"prek>=0.3.13",
2727
]
2828

2929
[dependency-groups]
3030
dev = [
31-
"pytest>=8.4.0",
32-
"pytest-asyncio>=1.1.0",
33-
"pytest-cov>=6.2.1",
31+
"pytest>=9.0.3",
32+
"pytest-asyncio>=1.3.0",
33+
"pytest-cov>=7.1.0",
3434
"astor>=0.8.1",
35-
"pygments>=2.18.0",
35+
"pygments>=2.20.0",
3636
"simple-term-menu>=1.6.6",
3737
]
3838

0 commit comments

Comments
 (0)