fix: upgrade cryptography to major 42 (#27113)

This commit is contained in:
Daniel Vaz Gaspar 2024-02-14 19:11:51 +00:00 committed by GitHub
parent af577d64b1
commit 152cd70b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
# via apache-superset
cryptography==41.0.2
cryptography==42.0.2
# via
# apache-superset
# paramiko

View File

@ -80,7 +80,7 @@ setup(
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=41.0.2, <41.1.0",
"cryptography>=42.0.0, <43.0.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.11, <5.0.0",