From 3a8486e77f44a0a35cbb6335ec512867b766a262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:13:19 +0000 Subject: [PATCH] chore(dependabot): update uv-build requirement in /otdf-local 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.11.19...0.11.21) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.11.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- otdf-local/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otdf-local/pyproject.toml b/otdf-local/pyproject.toml index 70d4ab19..6bb2d052 100644 --- a/otdf-local/pyproject.toml +++ b/otdf-local/pyproject.toml @@ -23,7 +23,7 @@ dev = [ otdf-local = "otdf_local.cli:app" [build-system] -requires = ["uv_build>=0.11.19"] +requires = ["uv_build>=0.11.21"] build-backend = "uv_build" [tool.pytest.ini_options]