chore: Update cryptography to 49.0.0 requirement in /web/regression (#10087)

Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 49.0.0
  dependency-type: direct:production
...
This commit is contained in:
dependabot[bot]
2026-06-16 11:27:35 +05:30
committed by GitHub
parent 797927aee5
commit 5fe93608de
+1 -1
View File
@@ -22,7 +22,7 @@ bcrypt==5.0.*
boto3==1.42.*; python_version <= '3.9'
boto3==1.43.*; python_version > '3.9'
certifi==2026.5.20
cryptography==48.0.*
cryptography==49.0.*
Flask-Babel==4.0.*
Flask-Compress==1.*
Flask-Login==0.*