From 8cab73a78305b4aa69a1ffa4e4864b062e6ad3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:41:39 +0000 Subject: [PATCH] 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](https://github.com/jwodder/versioningit/compare/v1.0.0...v3.1.2) --- updated-dependencies: - dependency-name: versioningit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fe8165..6589c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]