Skip to content

Commit

Permalink
build(deps): update setuptools-scm requirement
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent c7d0849 commit 972ee01
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
Expand Up @@ -2,7 +2,7 @@
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 2.0.0, <3"
"setuptools_scm >= 2.0.0, < 9"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 972ee01

Please sign in to comment.