From 549965f58c4d46dee1b8e325780d792935298cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:50:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?y=20uv=5Fbuild=20to=20>=3D0.12.5,<0.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25340b9..0c25aab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,5 @@ known-first-party = ["dochooks"] combine-as-imports = true [build-system] -requires = ["uv_build>=0.11.3,<0.12.0"] +requires = ["uv_build>=0.12.5,<0.13.0"] build-backend = "uv_build"