From 9263721102f73bdaf30aed094eeb9b7fe0c53b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 22:54:19 +0000 Subject: [PATCH] chore(deps-dev): Update uv-build requirement in /schemas Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- schemas/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/pyproject.toml b/schemas/pyproject.toml index 90dfd8b73..415db1f46 100644 --- a/schemas/pyproject.toml +++ b/schemas/pyproject.toml @@ -32,7 +32,7 @@ default-groups = "all" module-root = "" [build-system] -requires = ["uv_build>=0.10.0,<0.11.0"] +requires = ["uv_build>=0.10.0,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]