Skip to content

Commit 3329136

Browse files
committed
Refresh Python dependencies
1 parent e23c4ec commit 3329136

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ selenium==4.19.0;python_version>="3.8"
3434
cssselect==1.2.0
3535
sortedcontainers==2.4.0
3636
fasteners==0.19
37-
execnet==2.0.2
37+
execnet==2.0.2;python_version<"3.8"
38+
execnet==2.1.0;python_version>="3.8"
3839
iniconfig==2.0.0
3940
pluggy==1.2.0;python_version<"3.8"
4041
pluggy==1.4.0;python_version>="3.8"

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
'cssselect==1.2.0',
183183
"sortedcontainers==2.4.0",
184184
'fasteners==0.19',
185-
'execnet==2.0.2',
185+
'execnet==2.0.2;python_version<"3.8"',
186+
'execnet==2.1.0;python_version>="3.8"',
186187
'iniconfig==2.0.0',
187188
'pluggy==1.2.0;python_version<"3.8"',
188189
'pluggy==1.4.0;python_version>="3.8"',

0 commit comments

Comments
 (0)