Upgrade cryptography package (#14906)

This commit is contained in:
Will Barrett 2021-05-28 14:59:15 -07:00 committed by GitHub
parent 0eb34be789
commit 1d78c43e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ cron-descriptor==1.2.24
# via apache-superset
croniter==0.3.36
# via apache-superset
cryptography==3.2.1
cryptography==3.3.2
# via apache-superset
decorator==4.4.2
# via retry

View File

@ -73,7 +73,7 @@ setup(
"contextlib2",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=3.2.1",
"cryptography>=3.3.2",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.3.0, <4.0.0",
"flask-caching",