Merge pull request #1840 from justineyster/fix/crypto_vulnerability

Addresses security vulnerability in cryptography<2.3
This commit is contained in:
Steve Pulec 2018-09-24 22:25:29 -04:00 committed by GitHub
commit dfa7935e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ install_requires = [
"boto>=2.36.0",
"boto3>=1.6.16,<1.8",
"botocore>=1.9.16,<1.11",
"cryptography>=2.0.0",
"cryptography>=2.3.0",
"requests>=2.5",
"xmltodict",
"six>1.9",