Skip to content

Commit

Permalink
Update setuptools-scm requirement from <2.0,>=1.15 to >=1.15,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools-scm](https://github.com/pypa/setuptools_scm) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst)
- [Commits](pypa/setuptools_scm@1.15.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 24, 2020
1 parent 18a42d7 commit 96c57a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'Programming Language :: Python :: 3.6',
],
setup_requires=[
'setuptools_scm>=1.15,<2.0'
'setuptools_scm>=1.15,<6.0'
],
extras_require={
'docs': [
Expand Down

0 comments on commit 96c57a6

Please sign in to comment.