From a1673c1b7fe815f857474d2ffd33f9e6c67fdb65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 22:48:16 +0000 Subject: [PATCH] Update dependency uv_build to >=0.8.2,<0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03daa76..9b6c1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev # See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend [build-system] -requires = ["uv_build>=0.7.19,<0.8.0"] +requires = ["uv_build>=0.8.2,<0.9.0"] build-backend = "uv_build" [dependency-groups]