From 2632dad7cbe0d34572769b4d83df3446b4a3b16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 05:08:27 +0000 Subject: [PATCH] Update dependency uv_build to >=0.9.5,<0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51a6d08..f72165d 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.8.17,<0.9.0"] +requires = ["uv_build>=0.9.5,<0.10.0"] build-backend = "uv_build" [dependency-groups]