Skip to content

Commit 131350e

Browse files
authored
Merge pull request #921 from alexrudd2/update-cryptography-dep
Update cryptography to 3.4.7
2 parents 1def0f6 + b3d79a4 commit 131350e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ soupsieve==2.2.1;python_version>="3.6"
5959
beautifulsoup4==4.9.3
6060
cryptography==2.9.2;python_version<"3.5"
6161
cryptography==3.0;python_version>="3.5" and python_version<"3.6"
62-
cryptography==3.3.2;python_version>="3.6"
62+
cryptography==3.4.7;python_version>="3.6"
6363
pyopenssl==19.1.0;python_version<"3.6"
6464
pyopenssl==20.0.1;python_version>="3.6"
6565
pygments==2.5.2;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"beautifulsoup4==4.9.3",
175175
'cryptography==2.9.2;python_version<"3.5"',
176176
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
177-
'cryptography==3.3.2;python_version>="3.6"',
177+
'cryptography==3.4.7;python_version>="3.6"',
178178
'pyopenssl==19.1.0;python_version<"3.6"',
179179
'pyopenssl==20.0.1;python_version>="3.6"',
180180
'pygments==2.5.2;python_version<"3.5"',

0 commit comments

Comments
 (0)