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 1
1
pip >= 24.0 ;python_version < "3.8"
2
- pip >= 24.1 ;python_version >= "3.8"
2
+ pip >= 24.1.1 ;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.1.0 ;python_version >= "3.8"
6
+ setuptools >= 70.1.1 ;python_version >= "3.8"
7
7
wheel >= 0.42.0 ;python_version < "3.8"
8
8
wheel >= 0.43.0 ;python_version >= "3.8"
9
9
attrs >= 23.2.0
Original file line number Diff line number Diff line change 147
147
python_requires = ">=3.7" ,
148
148
install_requires = [
149
149
'pip>=24.0;python_version<"3.8"' ,
150
- 'pip>=24.1;python_version>="3.8"' ,
150
+ 'pip>=24.1.1 ;python_version>="3.8"' ,
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.1.0 ;python_version>="3.8"' ,
154
+ 'setuptools>=70.1.1 ;python_version>="3.8"' ,
155
155
'wheel>=0.42.0;python_version<"3.8"' ,
156
156
'wheel>=0.43.0;python_version>="3.8"' ,
157
157
'attrs>=23.2.0' ,
You can’t perform that action at this time.
0 commit comments