From 4bbc8ecee667df960c3511bca93f09e8e448b071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:44:33 +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 3e50c32..d2b7a05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "jmmshn@gmail.com" }]