From 8dfff3eb933e67d56c4f5db8a6241b661b1353ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:44:17 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.12.12,<0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73a56fd..38ac0a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ fakevine = "fakevine.app:main" fakevine-utils = "fakevine.utils.utilsapp:main" [build-system] -requires = ["uv_build>=0.11.3,<0.12.0"] +requires = ["uv_build>=0.12.12,<0.13.0"] build-backend = "uv_build" [tool.uv]