Skip to content

Commit

Permalink
Update setuptools-scm requirement from <3,>=2.0.0 to >=2.0.0,<9
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@v2.0.0...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 58c7d63 commit bda87ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools >= 42",
"setuptools_scm >= 2.0.0, <3",
"setuptools_scm >= 2.0.0, < 9",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit bda87ea

Please sign in to comment.