We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1def0f6 commit 1d6ee5aCopy full SHA for 1d6ee5a
requirements.txt
@@ -59,7 +59,7 @@ soupsieve==2.2.1;python_version>="3.6"
59
beautifulsoup4==4.9.3
60
cryptography==2.9.2;python_version<"3.5"
61
cryptography==3.0;python_version>="3.5" and python_version<"3.6"
62
-cryptography==3.3.2;python_version>="3.6"
+cryptography==3.4.7;python_version>="3.6"
63
pyopenssl==19.1.0;python_version<"3.6"
64
pyopenssl==20.0.1;python_version>="3.6"
65
pygments==2.5.2;python_version<"3.5"
0 commit comments