Skip to content

Commit 4005353

Browse files
committed
Update Python dependencies
1 parent 5048f6b commit 4005353

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msedge-selenium-tools==3.141.3
3636
more-itertools==5.0.0;python_version<"3.5"
3737
more-itertools==8.10.0;python_version>="3.5"
3838
cssselect==1.1.0
39-
filelock==3.0.12
39+
filelock==3.1.0
4040
fasteners==0.16;python_version<"3.5"
4141
fasteners==0.16.3;python_version>="3.5"
4242
execnet==1.9.0
@@ -69,8 +69,6 @@ beautifulsoup4==4.10.0;python_version>="3.5"
6969
cryptography==2.9.2;python_version<"3.5"
7070
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
7171
cryptography==3.4.8;python_version>="3.6"
72-
pyopenssl==19.1.0;python_version<"3.5"
73-
pyopenssl==20.0.1;python_version>="3.5"
7472
pygments==2.5.2;python_version<"3.5"
7573
pygments==2.10.0;python_version>="3.5"
7674
traitlets==4.3.3;python_version<"3.7"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'more-itertools==5.0.0;python_version<"3.5"',
153153
'more-itertools==8.10.0;python_version>="3.5"',
154154
"cssselect==1.1.0",
155-
"filelock==3.0.12", # Newer ones had issues
155+
"filelock==3.1.0",
156156
'fasteners==0.16;python_version<"3.5"',
157157
'fasteners==0.16.3;python_version>="3.5"',
158158
"execnet==1.9.0",
@@ -185,8 +185,6 @@
185185
'cryptography==2.9.2;python_version<"3.5"',
186186
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
187187
'cryptography==3.4.8;python_version>="3.6"',
188-
'pyopenssl==19.1.0;python_version<"3.5"',
189-
'pyopenssl==20.0.1;python_version>="3.5"',
190188
'pygments==2.5.2;python_version<"3.5"',
191189
'pygments==2.10.0;python_version>="3.5"',
192190
'traitlets==4.3.3;python_version<"3.7"',

0 commit comments

Comments
 (0)