Skip to content

Commit 428806b

Browse files
committed
Update Python dependencies
1 parent 7b628cb commit 428806b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ soupsieve==2.0.1;python_version>="3.5"
4242
beautifulsoup4==4.9.3
4343
cryptography==3.0;python_version<"3.6"
4444
cryptography==3.2.1;python_version>="3.6"
45-
pyopenssl==20.0.0
45+
pyopenssl==19.1.0;python_version<"3.6"
46+
pyopenssl==20.0.0;python_version>="3.6"
4647
pygments==2.5.2;python_version<"3.5"
4748
pygments==2.7.2;python_version>="3.5"
4849
traitlets==4.3.3;python_version<"3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
'beautifulsoup4==4.9.3',
147147
'cryptography==3.0;python_version<"3.6"',
148148
'cryptography==3.2.1;python_version>="3.6"',
149-
'pyopenssl==20.0.0',
149+
'pyopenssl==19.1.0;python_version<"3.6"',
150+
'pyopenssl==20.0.0;python_version>="3.6"',
150151
'pygments==2.5.2;python_version<"3.5"',
151152
'pygments==2.7.2;python_version>="3.5"',
152153
'traitlets==4.3.3;python_version<"3.7"',

0 commit comments

Comments
 (0)