From c55a408914e4ebfb0010b59cc676d58958f0a4cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:26:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?y=20uv=5Fbuild=20to=20>=3D0.10.0,<0.11.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 021d5ee..81e02ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,5 +83,5 @@ combine-as-imports = true python_files = ["tests/*.py", "tests/**/*.py"] [build-system] -requires = ["uv_build>=0.9.0,<0.10.0"] +requires = ["uv_build>=0.10.0,<0.11.0"] build-backend = "uv_build"