mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
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:
+1
-1
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user