Skip to content

Commit eb63b07

Browse files
committed
Update Python dependencies
1 parent 802fe0d commit eb63b07

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>=54.2.0;python_version>="3.6"
6+
setuptools>=56.0.0;python_version>="3.6"
77
setuptools-scm==5.0.2;python_version<"3.6"
88
setuptools-scm>=6.0.1;python_version>="3.6"
99
wheel>=0.36.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'packaging>=20.9',
110110
'setuptools>=44.1.1;python_version<"3.5"',
111111
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
112-
'setuptools>=54.2.0;python_version>="3.6"',
112+
'setuptools>=56.0.0;python_version>="3.6"',
113113
'setuptools-scm==5.0.2;python_version<"3.6"',
114114
'setuptools-scm>=6.0.1;python_version>="3.6"',
115115
'wheel>=0.36.2',

0 commit comments

Comments
 (0)