bump cryptography dep to 3.4.7

This commit is contained in:
Alex 2021-06-21 11:57:59 -05:00 committed by GitHub
parent 1d6ee5a457
commit b3d79a482b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ setup(
"beautifulsoup4==4.9.3",
'cryptography==2.9.2;python_version<"3.5"',
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
'cryptography==3.3.2;python_version>="3.6"',
'cryptography==3.4.7;python_version>="3.6"',
'pyopenssl==19.1.0;python_version<"3.6"',
'pyopenssl==20.0.1;python_version>="3.6"',
'pygments==2.5.2;python_version<"3.5"',