Skip to content

Commit 588e42f

Browse files
committed
Refresh the "setuptools" dependency
1 parent d5e4870 commit 588e42f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.2;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
7-
setuptools>=59.1.0;python_version>="3.6"
7+
setuptools>=59.0.1;python_version>="3.6"
88
setuptools-scm>=5.0.2;python_version<"3.6"
99
setuptools-scm>=6.3.2;python_version>="3.6"
1010
tomli>=1.2.2;python_version>="3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
'packaging>=21.2;python_version>="3.6"',
121121
'setuptools>=44.1.1;python_version<"3.5"',
122122
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
123-
'setuptools>=59.1.0;python_version>="3.6"',
123+
'setuptools>=59.0.1;python_version>="3.6"',
124124
'setuptools-scm>=5.0.2;python_version<"3.6"',
125125
'setuptools-scm>=6.3.2;python_version>="3.6"',
126126
'tomli>=1.2.2;python_version>="3.6"',

0 commit comments

Comments
 (0)