Skip to content

Commit 0de98e4

Browse files
committed
Refresh Python dependencies
1 parent f00bea0 commit 0de98e4

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
@@ -61,7 +61,8 @@ more-itertools==8.14.0;python_version>="3.6"
6161
cssselect==1.1.0
6262
sortedcontainers==2.4.0
6363
fasteners==0.16;python_version<"3.6"
64-
fasteners==0.17.3;python_version>="3.6"
64+
fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"
65+
fasteners==0.18;python_version>="3.7"
6566
execnet==1.9.0
6667
pluggy==0.13.1;python_version<"3.6"
6768
pluggy==1.0.0;python_version>="3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
"cssselect==1.1.0",
187187
"sortedcontainers==2.4.0",
188188
'fasteners==0.16;python_version<"3.6"',
189-
'fasteners==0.17.3;python_version>="3.6"',
189+
'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"',
190+
'fasteners==0.18;python_version>="3.7"',
190191
"execnet==1.9.0",
191192
'pluggy==0.13.1;python_version<"3.6"',
192193
'pluggy==1.0.0;python_version>="3.6"',

0 commit comments

Comments
 (0)