From b38e0e56a361699f4f48fd7351a583fa5c2b6621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:15:03 +0000 Subject: [PATCH] Update uv-dynamic-versioning requirement from ~=0.8.2 to >=0.8.2,<0.12.0 Updates the requirements on [uv-dynamic-versioning](https://github.com/ninoseki/uv-dynamic-versioning) to permit the latest version. - [Release notes](https://github.com/ninoseki/uv-dynamic-versioning/releases) - [Commits](https://github.com/ninoseki/uv-dynamic-versioning/compare/v0.8.2...v0.11.0) --- updated-dependencies: - dependency-name: uv-dynamic-versioning dependency-version: 0.11.0 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 8cb6ab9..88cae7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ testing = [ [build-system] requires = [ "hatchling~=1.27.0", - "uv-dynamic-versioning~=0.8.2", + "uv-dynamic-versioning>=0.8.2,<0.12.0", ] build-backend = "hatchling.build"