File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ pip>=24.1.2;python_version>="3.8"
3
3
packaging >= 24.0 ;python_version < "3.8"
4
4
packaging >= 24.1 ;python_version >= "3.8"
5
5
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"
7
8
wheel >= 0.42.0 ;python_version < "3.8"
8
9
wheel >= 0.43.0 ;python_version >= "3.8"
9
10
attrs >= 23.2.0
10
11
certifi >= 2024.7.4
11
- exceptiongroup >= 1.2.1
12
+ exceptiongroup >= 1.2.2
12
13
filelock >= 3.12.2 ;python_version < "3.8"
13
14
filelock >= 3.15.4 ;python_version >= "3.8"
14
15
platformdirs >= 4.0.0 ;python_version < "3.8"
Original file line number Diff line number Diff line change 151
151
'packaging>=24.0;python_version<"3.8"' ,
152
152
'packaging>=24.1;python_version>="3.8"' ,
153
153
'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
155
156
'wheel>=0.42.0;python_version<"3.8"' ,
156
157
'wheel>=0.43.0;python_version>="3.8"' ,
157
158
'attrs>=23.2.0' ,
158
159
"certifi>=2024.7.4" ,
159
- "exceptiongroup>=1.2.1 " ,
160
+ "exceptiongroup>=1.2.2 " ,
160
161
'filelock>=3.12.2;python_version<"3.8"' ,
161
162
'filelock>=3.15.4;python_version>="3.8"' ,
162
163
'platformdirs>=4.0.0;python_version<"3.8"' ,
You can’t perform that action at this time.
0 commit comments