Skip to content

Commit 7e0cdf4

Browse files
fix(deps): update python dependencies
1 parent 36ca119 commit 7e0cdf4

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

‎pyproject.toml‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ license = "Apache-2.0"
66
requires-python = ">=3.13"
77
dependencies = [
88
"bcrypt==5.0.0",
9-
"fastapi==0.135.2",
9+
"fastapi==0.141.1",
1010
"passlib[bcrypt]==1.7.4",
1111
"python-docx==1.2.0",
12-
"python-dotenv==1.2.2",
12+
"python-dotenv==1.2.3",
1313
"python-jose[cryptography]==3.5.0",
14-
"python-multipart==0.0.22",
15-
"uvicorn[standard]==0.42.0",
16-
"reportlab==5.0.0",
17-
"pillow==12.1.1",
14+
"python-multipart==0.0.32",
15+
"uvicorn[standard]==0.52.4",
16+
"reportlab==5.0.1",
17+
"pillow==12.3.0",
1818
"asyncpg==0.31.0",
1919
"databases[postgresql]==0.9.0",
20-
"sqlalchemy==2.0.48",
21-
"psycopg2-binary==2.9.11",
22-
"alembic==1.16.2"
20+
"sqlalchemy==2.0.52",
21+
"psycopg2-binary==2.9.13",
22+
"alembic==1.20.0"
2323
]
2424

2525
[project.optional-dependencies]
2626
dev = [
27-
"pytest==9.0.2",
27+
"pytest==9.1.1",
2828
"pytest-mock==3.15.1",
29-
"pytest-asyncio==1.3.0",
30-
"pytest-env==1.6.0",
31-
"httpx2==2.5.0",
32-
"python-semantic-release==10.5.3",
29+
"pytest-asyncio==1.4.0",
30+
"pytest-env==1.7.1",
31+
"httpx2==2.12.0",
32+
"python-semantic-release==10.6.2",
3333
"setuptools_scm==10.2.3",
34-
"ruff==0.15.8",
34+
"ruff==0.16.7",
3535
]
3636

3737
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)