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 8, 2024
1 parent 0b6402e commit 8cab73a
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,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "versioningit ~= 1.0", "wheel"]
requires = ["setuptools >= 42", "versioningit >= 1,< 4", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 8cab73a

Please sign in to comment.