File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pip >= 24.0 ;python_version < "3.8"
2- pip >= 24.1 ;python_version >= "3.8"
2+ pip >= 24.1.1 ;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.1.0 ;python_version >= "3.8"
6+ setuptools >= 70.1.1 ;python_version >= "3.8"
77wheel >= 0.42.0 ;python_version < "3.8"
88wheel >= 0.43.0 ;python_version >= "3.8"
99attrs >= 23.2.0
Original file line number Diff line number Diff line change 147147 python_requires = ">=3.7" ,
148148 install_requires = [
149149 'pip>=24.0;python_version<"3.8"' ,
150- 'pip>=24.1;python_version>="3.8"' ,
150+ 'pip>=24.1.1 ;python_version>="3.8"' ,
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.1.0 ;python_version>="3.8"' ,
154+ 'setuptools>=70.1.1 ;python_version>="3.8"' ,
155155 'wheel>=0.42.0;python_version<"3.8"' ,
156156 'wheel>=0.43.0;python_version>="3.8"' ,
157157 'attrs>=23.2.0' ,
You can’t perform that action at this time.
0 commit comments