Skip to content

Commit 7f39f30

Browse files
committed
chore: bump dependency versiones
1 parent 7d3693d commit 7f39f30

File tree

2 files changed

+140
-175
lines changed

2 files changed

+140
-175
lines changed

pyproject.toml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,26 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
license = { text = "GPL-3.0-or-later" }
88
dependencies = [
9-
"fastapi==0.116.1",
10-
"uvicorn==0.35.0",
11-
"email-validator==2.2.0",
12-
"pydantic-settings==2.10.1",
13-
"apscheduler==3.11.0",
9+
"fastapi==0.121.3",
10+
"uvicorn==0.38.0",
11+
"email-validator==2.3.0",
12+
"pydantic-settings==2.12.0",
1413
"odmantic==1.0.2",
15-
"neo4j==5.28.1",
16-
"python-dotenv==1.1.1",
17-
"python-dateutil==2.9.0",
18-
"passlib==1.7.4",
14+
"neo4j==6.0.3",
15+
"python-dotenv==1.2.1",
1916
"pyjwt==2.10.1",
20-
"bcrypt==4.3.0",
17+
"bcrypt==5.0.0",
2118
"slowapi==0.1.9",
2219
]
2320

2421
[project.optional-dependencies]
2522
dev = [
26-
"ruff==0.14.0",
23+
"ruff==0.14.6",
2724
]
2825
test = [
29-
"pytest==8.4.2",
30-
"pytest-asyncio==1.2.0",
31-
"pytest-cov>=7.0.0",
26+
"pytest==9.0.1",
27+
"pytest-asyncio==1.3.0",
28+
"pytest-cov==7.0.0",
3229
"httpx==0.28.1",
3330
]
3431

0 commit comments

Comments
 (0)