Merge pull request #42 from patherly/fix/security-audit

fix: resolve python-jose security vulnerabilities
This commit was merged in pull request #42.
This commit is contained in:
chihlasm
2026-02-08 14:44:00 -05:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ psycopg2-binary==2.9.9
alembic==1.18.3
# Authentication
python-jose[cryptography]==3.3.0
python-jose[cryptography]==3.5.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.2
python-multipart==0.0.22