Skip to content

Commit

Permalink
Update versioningit requirement from ~=1.0 to >=1,<4
Browse files Browse the repository at this point in the history
Updates the requirements on [versioningit](https://github.com/jwodder/versioningit) to permit the latest version.
- [Release notes](https://github.com/jwodder/versioningit/releases)
- [Changelog](https://github.com/jwodder/versioningit/blob/master/CHANGELOG.md)
- [Commits](jwodder/versioningit@v1.0.0...v3.1.2)

---
updated-dependencies:
- dependency-name: versioningit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f5f3089 commit 4bbc8ec
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,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 42", "versioningit ~= 1.0", "wheel"]
requires = ["setuptools >= 42", "versioningit >= 1,< 4", "wheel"]

[project]
authors = [{ name = "Jimmy-Xuan Shen", email = "[email protected]" }]
Expand Down

0 comments on commit 4bbc8ec

Please sign in to comment.