Skip to content

Commit 2e939ba

Browse files
committed
Update Python dependencies
1 parent f0ff3e9 commit 2e939ba

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
@@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
33
packaging>=20.9
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
6-
setuptools>=53.0.0;python_version>="3.6"
6+
setuptools>=53.1.0;python_version>="3.6"
77
setuptools-scm>=5.0.1
88
wheel>=0.36.2
99
attrs>=20.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'packaging>=20.9',
108108
'setuptools>=44.1.1;python_version<"3.5"',
109109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110-
'setuptools>=53.0.0;python_version>="3.6"',
110+
'setuptools>=53.1.0;python_version>="3.6"',
111111
'setuptools-scm>=5.0.1',
112112
'wheel>=0.36.2',
113113
'attrs>=20.3.0',

0 commit comments

Comments
 (0)