Skip to content

Commit 0a52cac

Browse files
committed
Refresh Python dependencies
1 parent c47194f commit 0a52cac

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.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"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=60.0.5;python_version>="3.7"
8+
setuptools>=60.1.0;python_version>="3.7"
99
setuptools-scm>=5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
1111
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
'setuptools>=44.1.1;python_version<"3.5"',
126126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
127127
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
128-
'setuptools>=60.0.5;python_version>="3.7"',
128+
'setuptools>=60.1.0;python_version>="3.7"',
129129
'setuptools-scm>=5.0.2;python_version<"3.6"',
130130
'setuptools-scm>=6.3.2;python_version>="3.6"',
131131
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)