Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: updated required cryptography version to 2.4.2 to resolve #6509 #6516

Merged
merged 7 commits into from Dec 27, 2018
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -22,7 +22,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
docutils==0.14 # via botocore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,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