Skip to content

Commit bfeae5e

Browse files
committed
Refresh the "setuptools" dependency
1 parent bd03db9 commit bfeae5e

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
@@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.0
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=57.2.0;python_version>="3.6"
8+
setuptools>=57.4.0;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.0.1;python_version>="3.6"
1111
wheel>=0.36.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"typing-extensions>=3.10.0.0",
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>=57.2.0;python_version>="3.6"',
123+
'setuptools>=57.4.0;python_version>="3.6"',
124124
'setuptools-scm==5.0.2;python_version<"3.6"',
125125
'setuptools-scm>=6.0.1;python_version>="3.6"',
126126
"wheel>=0.36.2",

0 commit comments

Comments
 (0)