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 @@ -5,7 +5,7 @@ packaging>=21.3;python_version>="3.6"
5
5
setuptools >= 44.1.1 ;python_version < "3.5"
6
6
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
7
7
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
8
- setuptools >= 60.0.5 ;python_version >= "3.7"
8
+ setuptools >= 60.1.0 ;python_version >= "3.7"
9
9
setuptools-scm >= 5.0.2 ;python_version < "3.6"
10
10
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
11
11
tomli >= 1.2.2 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 125
125
'setuptools>=44.1.1;python_version<"3.5"' ,
126
126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
127
127
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
128
- 'setuptools>=60.0.5 ;python_version>="3.7"' ,
128
+ 'setuptools>=60.1.0 ;python_version>="3.7"' ,
129
129
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
130
130
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
131
131
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments