Skip to content

Commit 19190cd

Browse files
committed
Upgrade the "setuptools" dependency
1 parent 86a6466 commit 19190cd

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
@@ -1,7 +1,7 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=50.0.3;python_version>="3.5"
4+
setuptools>=50.1.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=50.0.3;python_version>="3.5"',
96+
'setuptools>=50.1.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel>=0.35.1',
9999
'six',

0 commit comments

Comments
 (0)