File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ packaging>=21.3;python_version<"3.7"
4
4
packaging >= 23.1 ;python_version >= "3.7"
5
5
setuptools >= 59.6.0 ;python_version < "3.7"
6
6
setuptools >= 68.0.0 ;python_version >= "3.7" and python_version<"3.8"
7
- setuptools >= 68.1.0 ;python_version >= "3.8"
7
+ setuptools >= 68.1.2 ;python_version >= "3.8"
8
8
wheel >= 0.37.1 ;python_version < "3.7"
9
9
wheel >= 0.41.1 ;python_version >= "3.7"
10
10
attrs == 22.1.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 138
138
'packaging>=23.1;python_version>="3.7"' ,
139
139
'setuptools>=59.6.0;python_version<"3.7"' ,
140
140
'setuptools>=68.0.0;python_version>="3.7" and python_version<"3.8"' ,
141
- 'setuptools>=68.1.0 ;python_version>="3.8"' ,
141
+ 'setuptools>=68.1.2 ;python_version>="3.8"' ,
142
142
'wheel>=0.37.1;python_version<"3.7"' ,
143
143
'wheel>=0.41.1;python_version>="3.7"' ,
144
144
'attrs==22.1.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments