chore: Bump cryptography to 39.0.1 (#23158)

This commit is contained in:
EugeneTorap 2023-02-22 19:51:46 +03:00 committed by GitHub
parent 871cab8cbe
commit 95eb8d79d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
# via apache-superset
cryptography==39.0.0
cryptography==39.0.1
# via
# apache-superset
# paramiko

View File

@ -80,7 +80,7 @@ setup(
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=39.0.0,<40",
"cryptography>=39.0.1, <40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.1.3, <2.2",
"flask-appbuilder>=4.2.0, <5.0.0",