Merge pull request #143 from christianlouis/dependabot/pip/backend/bcrypt-5.0.0

chore(deps): bump bcrypt from 4.3.0 to 5.0.0 in /backend
This commit is contained in:
Christian Krakau-Louis
2026-04-05 17:02:56 +02:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ asyncpg==0.31.0
# Authentication
python-jose[cryptography]==3.5.0 # Updated: Fixed algorithm confusion with OpenSSH ECDSA keys (was 3.3.0)
bcrypt==4.3.0
bcrypt==5.0.0
python-multipart==0.0.22 # Updated: Fixed multiple vulnerabilities (was 0.0.6)
authlib==1.6.9 # Updated: Fixed OIDC hash binding, JWE RSA1_5 padding oracle, alg:none bypass, JWK header injection (was 1.6.6)
httpx==0.28.1