@@ -6,32 +6,32 @@ license = "Apache-2.0"
66requires-python = " >=3.13"
77dependencies = [
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.31 " ,
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.53 .0" ,
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.53 " ,
21+ " psycopg2-binary==2.9.13 " ,
22+ " alembic==1.20.0 "
2323]
2424
2525[project .optional-dependencies ]
2626dev = [
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.13 .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