File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ license = "Apache-2.0"
66requires-python = " >=3.13"
77dependencies = [
88 " bcrypt==5.0.0" ,
9- " fastapi==0.127.0 " ,
9+ " fastapi==0.133.1 " ,
1010 " passlib[bcrypt]==1.7.4" ,
1111 " python-docx==1.2.0" ,
1212 " python-dotenv==1.2.1" ,
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 ]
You can’t perform that action at this time.
0 commit comments