Skip to content

Commit 27eaa4e

Browse files
committed
Refresh Python dependencies
1 parent 14cb0eb commit 27eaa4e

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
@@ -3,7 +3,8 @@ pip>=23.2.1;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=68.0.0;python_version>="3.7"
6+
setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"
7+
setuptools>=68.1.0;python_version>="3.8"
78
wheel>=0.37.1;python_version<"3.7"
89
wheel>=0.41.1;python_version>="3.7"
910
attrs==22.1.0;python_version<"3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
'packaging>=21.3;python_version<"3.7"',
138138
'packaging>=23.1;python_version>="3.7"',
139139
'setuptools>=59.6.0;python_version<"3.7"',
140-
'setuptools>=68.0.0;python_version>="3.7"',
140+
'setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"',
141+
'setuptools>=68.1.0;python_version>="3.8"',
141142
'wheel>=0.37.1;python_version<"3.7"',
142143
'wheel>=0.41.1;python_version>="3.7"',
143144
'attrs==22.1.0;python_version<"3.7"',

0 commit comments

Comments
 (0)