Skip to content

Commit b3d79a4

Browse files
authored
bump cryptography dep to 3.4.7
1 parent 1d6ee5a commit b3d79a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)