From 492b87d0999a5062825726ef4ecc9e154e8d8061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:52:48 +0000 Subject: [PATCH] Update uv-build requirement from >=0.11.2 to >=0.11.14 Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.2...0.11.14) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d6f616..39be41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.12" dependencies = [] [dependency-groups] -dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.31", "uv-build>=0.11.2"] +dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.31", "uv-build>=0.11.14"] [build-system] -requires = ["uv_build>=0.11.2,<0.12"] +requires = ["uv_build>=0.11.14,<0.12"] build-backend = "uv_build" ## UV