Skip to content

Commit 01a807f

Browse files
Update versioningit requirement from ~=1.0 to >=1,<4
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]>
1 parent a8a8d34 commit 01a807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

55
[project]
66
authors = [

0 commit comments

Comments
 (0)