Skip to content

Commit e2cb285

Browse files
Update versioningit requirement from ~=1.0 to >=1,<4 (#209)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5f3089 commit e2cb285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools >= 42", "versioningit ~= 1.0", "wheel"]
3+
requires = ["setuptools >= 42", "versioningit >= 1,< 4", "wheel"]
44

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

0 commit comments

Comments
 (0)