Skip to content

Commit e09c860

Browse files
committed
Update Python dependencies
1 parent a9164f3 commit e09c860

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
@@ -4,7 +4,7 @@ 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;python_version<"3.6"
7+
setuptools-scm==5.0.2;python_version<"3.6"
88
setuptools-scm>=6.0.1;python_version>="3.6"
99
wheel>=0.36.2
1010
attrs>=20.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
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;python_version<"3.6"',
112+
'setuptools-scm==5.0.2;python_version<"3.6"',
113113
'setuptools-scm>=6.0.1;python_version>="3.6"',
114114
'wheel>=0.36.2',
115115
'attrs>=20.3.0',

0 commit comments

Comments
 (0)