From ff03bd04dd0a8636eae361a9d1167ace7c5d3b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:41:24 +0000 Subject: [PATCH] deps(deps-dev): update uv-dynamic-versioning requirement 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.7.0...v0.14.0) --- updated-dependencies: - dependency-name: uv-dynamic-versioning dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e6ec0b..d4ff827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ ] [build-system] -requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"] +requires = ["hatchling", "uv-dynamic-versioning>=0.14.0"] build-backend = "hatchling.build" [tool.setuptools.dynamic]