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

Bump cryptography from 2.7 to 3.2 #307

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion piptools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
asn1crypto==0.24.0 # via cryptography
certifi==2019.6.16
cffi==1.12.3 # via cryptography
cryptography==2.7
cryptography==3.2
enum34==1.1.6 # via cryptography
idna==2.8
ipaddress==1.0.22 # via cryptography
Expand Down
2 changes: 1 addition & 1 deletion requirements3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.12.3 # via -r ./requirements.in, cryptography
chardet==3.0.4 # via requests
click==7.0 # via flask
coverage==4.5.4 # via pytest-cov
cryptography==2.7 # via -r ./requirements.in, pyopenssl
cryptography==3.2 # via -r ./requirements.in, pyopenssl
defusedxml==0.6.0 # via python3-saml
docutils==0.15.2 # via botocore
flask-script==2.0.5 # via -r ./requirements.in
Expand Down