Skip to content

Commit 91a18f2

Browse files
committed
Refresh Python dependencies
1 parent b82379d commit 91a18f2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ pip>=24.1.2;python_version>="3.8"
33
packaging>=24.0;python_version<"3.8"
44
packaging>=24.1;python_version>="3.8"
55
setuptools>=68.0.0;python_version<"3.8"
6-
setuptools>=70.2.0;python_version>="3.8"
6+
setuptools~=70.2;python_version>="3.8" and python_version<"3.10"
7+
setuptools>=70.2.0;python_version>="3.10"
78
wheel>=0.42.0;python_version<"3.8"
89
wheel>=0.43.0;python_version>="3.8"
910
attrs>=23.2.0
1011
certifi>=2024.7.4
11-
exceptiongroup>=1.2.1
12+
exceptiongroup>=1.2.2
1213
filelock>=3.12.2;python_version<"3.8"
1314
filelock>=3.15.4;python_version>="3.8"
1415
platformdirs>=4.0.0;python_version<"3.8"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,13 @@
151151
'packaging>=24.0;python_version<"3.8"',
152152
'packaging>=24.1;python_version>="3.8"',
153153
'setuptools>=68.0.0;python_version<"3.8"',
154-
'setuptools>=70.2.0;python_version>="3.8"',
154+
'setuptools~=70.2;python_version>="3.8" and python_version<"3.10"',
155+
'setuptools>=70.2.0;python_version>="3.10"', # 71.0.x has issues
155156
'wheel>=0.42.0;python_version<"3.8"',
156157
'wheel>=0.43.0;python_version>="3.8"',
157158
'attrs>=23.2.0',
158159
"certifi>=2024.7.4",
159-
"exceptiongroup>=1.2.1",
160+
"exceptiongroup>=1.2.2",
160161
'filelock>=3.12.2;python_version<"3.8"',
161162
'filelock>=3.15.4;python_version>="3.8"',
162163
'platformdirs>=4.0.0;python_version<"3.8"',

0 commit comments

Comments
 (0)