Skip to content

Commit 9bb174e

Browse files
committed
Update Python dependencies
1 parent 3ab6402 commit 9bb174e

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
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
66
setuptools>=54.1.2;python_version>="3.6"
7-
setuptools-scm>=5.0.2
7+
setuptools-scm>=5.0.2;python_version<"3.6"
8+
setuptools-scm>=6.0.1;python_version>="3.6"
89
wheel>=0.36.2
910
attrs>=20.3.0
1011
PyYAML>=5.4.1;python_version>="3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
'setuptools>=44.1.1;python_version<"3.5"',
110110
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
111111
'setuptools>=54.1.2;python_version>="3.6"',
112-
'setuptools-scm>=5.0.2',
112+
'setuptools-scm>=5.0.2;python_version<"3.6"',
113+
'setuptools-scm>=6.0.1;python_version>="3.6"',
113114
'wheel>=0.36.2',
114115
'attrs>=20.3.0',
115116
'PyYAML>=5.4.1;python_version>="3.6"',

0 commit comments

Comments
 (0)