From f3451c4af3e672881b825d9232b4ac2874eed34c Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 00:18:12 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.11.26, <0.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d5d626..2161da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Documentation = "https://briefcase.pythonanywhere.com/" Repository = "https://github.com/pythonanywhere/pythonanywhere-briefcase-plugin" [build-system] -requires = ["uv_build >=0.10.7, <0.11"] +requires = ["uv_build >=0.11.26, <0.12"] build-backend = "uv_build" [dependency-groups]