Skip to content

Commit

Permalink
Update setuptools-scm requirement from <8,>=5 to >=5,<9 (#88)
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/main/CHANGELOG.md)
- [Commits](pypa/setuptools_scm@v5.0.0...v8.0.3)

---
updated-dependencies:
- dependency-name: setuptools-scm
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 4, 2023
1 parent 46543a6 commit 2ad92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
"selenium==4.13.0",
],
},
setup_requires=["setuptools_scm>=5,<8"],
setup_requires=["setuptools_scm>=5,<9"],
use_scm_version=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 2ad92b4

Please sign in to comment.