Skip to content

Commit

Permalink
chore: bump pypi cryptography from 2.4.2 to 3.2.1 (apache#11511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and auxten committed Nov 20, 2020
1 parent c4b3a7f commit 666c992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_git_sha():
"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",
Expand Down

0 comments on commit 666c992

Please sign in to comment.