Skip to content

Commit d6b6e16

Browse files
committed
Refresh Python dependencies
1 parent ed197ed commit d6b6e16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.3;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>=60.0.5;python_version>="3.6"
7+
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8+
setuptools>=60.0.5;python_version>="3.7"
89
setuptools-scm>=5.0.2;python_version<"3.6"
910
setuptools-scm>=6.3.2;python_version>="3.6"
1011
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
'packaging>=21.3;python_version>="3.6"',
125125
'setuptools>=44.1.1;python_version<"3.5"',
126126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
127-
'setuptools>=60.0.5;python_version>="3.6"',
127+
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
128+
'setuptools>=60.0.5;python_version>="3.7"',
128129
'setuptools-scm>=5.0.2;python_version<"3.6"',
129130
'setuptools-scm>=6.3.2;python_version>="3.6"',
130131
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)