chore: cryptography version bump (#25276)

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
This commit is contained in:
Lily Kuang 2023-09-26 16:01:01 -07:00 committed by GitHub
parent 893b45feef
commit 40ba3c2d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -81,7 +81,7 @@ setup(
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=41.0.0, <41.0.2",
"cryptography>=41.0.2, <41.1.0",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.6, <5.0.0",