chore: bump pypi cryptography from 2.4.2 to 3.2.1 (#11511)

This commit is contained in:
Maxime Beauchemin 2020-10-31 13:28:19 -07:00 committed by GitHub
parent 34ae29e59b
commit 9a1fcc70bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ click==7.1.2 # via apache-superset, flask, flask-appbuilder
colorama==0.4.3 # via apache-superset, flask-appbuilder
contextlib2==0.6.0.post1 # via apache-superset
croniter==0.3.34 # via apache-superset
cryptography==3.1.1 # via apache-superset
cryptography==3.2.1 # via apache-superset
decorator==4.4.2 # via retry
defusedxml==0.6.0 # via python3-openid
dnspython==2.0.0 # via email-validator

View File

@ -75,7 +75,7 @@ setup(
"colorama",
"contextlib2",
"croniter>=0.3.28",
"cryptography>=2.4.2",
"cryptography>=3.2.1",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.1.1, <4.0.0",
"flask-caching",