From c5898f7ee099874daae6636e49bf0b26c171c3da Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:14:05 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.10.7, <0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe48663..d9745f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Documentation = "https://briefcase.pythonanywhere.com/" Repository = "https://github.com/pythonanywhere/pythonanywhere-briefcase-plugin" [build-system] -requires = ["uv_build >= 0.7.2, < 0.8"] +requires = ["uv_build >=0.10.7, <0.11"] build-backend = "uv_build" [dependency-groups]