File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ msedge-selenium-tools==3.141.3
36
36
more-itertools == 5.0.0 ;python_version < "3.5"
37
37
more-itertools == 8.10.0 ;python_version >= "3.5"
38
38
cssselect == 1.1.0
39
- filelock == 3.0.12
39
+ filelock == 3.1.0
40
40
fasteners == 0.16 ;python_version < "3.5"
41
41
fasteners == 0.16.3 ;python_version >= "3.5"
42
42
execnet == 1.9.0
@@ -69,8 +69,6 @@ beautifulsoup4==4.10.0;python_version>="3.5"
69
69
cryptography == 2.9.2 ;python_version < "3.5"
70
70
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
71
71
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"
74
72
pygments == 2.5.2 ;python_version < "3.5"
75
73
pygments == 2.10.0 ;python_version >= "3.5"
76
74
traitlets == 4.3.3 ;python_version < "3.7"
Original file line number Diff line number Diff line change 152
152
'more-itertools==5.0.0;python_version<"3.5"' ,
153
153
'more-itertools==8.10.0;python_version>="3.5"' ,
154
154
"cssselect==1.1.0" ,
155
- "filelock==3.0.12" , # Newer ones had issues
155
+ "filelock==3.1.0" ,
156
156
'fasteners==0.16;python_version<"3.5"' ,
157
157
'fasteners==0.16.3;python_version>="3.5"' ,
158
158
"execnet==1.9.0" ,
185
185
'cryptography==2.9.2;python_version<"3.5"' ,
186
186
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
187
187
'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"' ,
190
188
'pygments==2.5.2;python_version<"3.5"' ,
191
189
'pygments==2.10.0;python_version>="3.5"' ,
192
190
'traitlets==4.3.3;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments