Skip to content

Commit d510100

Browse files
committed
Update a Python dependency
1 parent a203c77 commit d510100

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.0.0;python_version>="3.6"
7-
setuptools-scm>=5.0.1
7+
setuptools-scm>=5.0.2
88
wheel>=0.36.2
99
attrs>=20.3.0
1010
PyYAML>=5.4.1;python_version>="3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'setuptools>=44.1.1;python_version<"3.5"',
109109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110110
'setuptools>=54.0.0;python_version>="3.6"',
111-
'setuptools-scm>=5.0.1',
111+
'setuptools-scm>=5.0.2',
112112
'wheel>=0.36.2',
113113
'attrs>=20.3.0',
114114
'PyYAML>=5.4.1;python_version>="3.6"',

0 commit comments

Comments
 (0)