Skip to content

Commit 196b2da

Browse files
committed
Update Python dependencies
1 parent b19e8b0 commit 196b2da

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
@@ -36,7 +36,8 @@ parameterized==0.7.4
3636
soupsieve==1.9.6;python_version<"3.5"
3737
soupsieve==2.0.1;python_version>="3.5"
3838
beautifulsoup4==4.9.1
39-
cryptography==3.0
39+
cryptography==3.0;python_version<"3.6"
40+
cryptography==3.1;python_version>="3.6"
4041
pyopenssl==19.1.0
4142
prompt-toolkit==1.0.18;python_version<"3.6.1"
4243
prompt-toolkit==3.0.6;python_version>="3.6.1"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
'soupsieve==1.9.6;python_version<"3.5"',
129129
'soupsieve==2.0.1;python_version>="3.5"',
130130
'beautifulsoup4==4.9.1',
131-
'cryptography==3.0',
131+
'cryptography==3.0;python_version<"3.6"',
132+
'cryptography==3.1;python_version>="3.6"',
132133
'pyopenssl==19.1.0',
133134
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
134135
'prompt-toolkit==3.0.6;python_version>="3.6.1"',

0 commit comments

Comments
 (0)