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"
33packaging >= 24.0 ;python_version < "3.8"
44packaging >= 24.1 ;python_version >= "3.8"
55setuptools >= 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"
78wheel >= 0.42.0 ;python_version < "3.8"
89wheel >= 0.43.0 ;python_version >= "3.8"
910attrs >= 23.2.0
1011certifi >= 2024.7.4
11- exceptiongroup >= 1.2.1
12+ exceptiongroup >= 1.2.2
1213filelock >= 3.12.2 ;python_version < "3.8"
1314filelock >= 3.15.4 ;python_version >= "3.8"
1415platformdirs >= 4.0.0 ;python_version < "3.8"
Original file line number Diff line number Diff line change 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"' ,
You can’t perform that action at this time.
0 commit comments