fix(security): bump cryptography 49.0.0 -> 50.0.0 (CVE-2026-69247)

Verified: 332 tests pass (325 unit/integration + 7 E2E/accessibility
with Playwright chromium), ruff clean. Identified via ITWorx
security-hardening programme Trivy scan.
This commit is contained in:
Jens
2026-08-15 20:28:44 +02:00
parent 7b6f6d43fc
commit 61502548d4
2 changed files with 146 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ dependencies = [
"defusedxml==0.7.1",
"gunicorn==26.0.0",
"whitenoise==6.11.0",
"cryptography==49.0.0",
"cryptography==50.0.0",
"msal==1.37.0",
]