Skip to content

Commit

Permalink
Fix: updated required cryptography version to 2.4.2 to resolve apache…
Browse files Browse the repository at this point in the history
…#6509 (apache#6516)

* Fix: updated required cryptography version to 2.4.2 to resolve apache#6509

* Fix: updated cryptography version to 2.4.2 to resolve apache#6509

* Fix: updated cryptography version to 2.4.2 to resolve apache#6509

* Revert "Fix: updated required cryptography version to 2.4.2 to resolve apache#6509"

This reverts commit b57b08c.

* Fix: updated cryptography version to 2.4.2
  • Loading branch information
haaspt authored and mistercrunch committed Dec 27, 2018
1 parent 4e03d41 commit d99b36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==6.7
colorama==0.3.9
contextlib2==0.5.5
croniter==0.3.25
cryptography==1.9
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
et-xmlfile==1.0.1 # via openpyxl
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_git_sha():
'click>=6.0, <7.0.0', # click >=7 forces "-" instead of "_"
'colorama',
'contextlib2',
'cryptography',
'cryptography>=2.4.2',
'flask>=1.0.0, <2.0.0',
'flask-appbuilder>=1.12.1, <2.0.0',
'flask-caching',
Expand Down

0 comments on commit d99b36e

Please sign in to comment.