Skip to content

Commit fce28f5

Browse files
fix(deps): update python dependencies
1 parent 1d7f670 commit fce28f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ license = "Apache-2.0"
66
requires-python = ">=3.13"
77
dependencies = [
88
"bcrypt==5.0.0",
9-
"fastapi==0.127.0",
9+
"fastapi==0.135.0",
1010
"passlib[bcrypt]==1.7.4",
1111
"python-docx==1.2.0",
12-
"python-dotenv==1.2.1",
12+
"python-dotenv==1.2.2",
1313
"python-jose[cryptography]==3.5.0",
14-
"python-multipart==0.0.21",
15-
"uvicorn[standard]==0.40.0",
16-
"reportlab==4.4.7",
17-
"pillow==12.0.0",
14+
"python-multipart==0.0.22",
15+
"uvicorn[standard]==0.41.0",
16+
"reportlab==4.4.10",
17+
"pillow==12.1.1",
1818
"asyncpg==0.31.0",
1919
"databases[postgresql]==0.9.0",
20-
"sqlalchemy==2.0.45",
20+
"sqlalchemy==2.0.47",
2121
"psycopg2-binary==2.9.11"
2222
]
2323

@@ -27,11 +27,11 @@ dev = [
2727
"pytest==9.0.2",
2828
"pytest-mock==3.15.1",
2929
"pytest-asyncio==1.3.0",
30-
"pytest-env==1.2.0",
30+
"pytest-env==1.5.0",
3131
"httpx==0.28.1",
3232
"python-semantic-release==10.5.3",
3333
"setuptools_scm==9.2.2",
34-
"ruff==0.8.4",
34+
"ruff==0.15.4",
3535
]
3636

3737
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)