Skip to content

Commit

Permalink
build: update setuptools-git-versioning requirement from <2 to <3 (#895)
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning) to permit the latest version.
- [Release notes](https://github.com/dolfinus/setuptools-git-versioning/releases)
- [Changelog](https://github.com/dolfinus/setuptools-git-versioning/blob/master/CHANGELOG.rst)
- [Commits](dolfinus/setuptools-git-versioning@v0.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: setuptools-git-versioning
  dependency-type: direct:production
...

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] authored and SiQube committed Nov 17, 2024
1 parent 495e5d9 commit b691e6d
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>=61.0.0",
"setuptools-git-versioning<2",
"setuptools-git-versioning<3",
"versioneer[toml]>=0.29,<1.0",
"wheel"
]
Expand Down

0 comments on commit b691e6d

Please sign in to comment.