From e51cc63ae79d8524c4ce7ac822cc576ec5b365b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:46:58 +0000 Subject: [PATCH] chore(deps-dev): update uv-build requirement 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.9.3...0.10.4) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c31e4e7..9aca1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ Homepage = "https://brian14708.github.io/duron/" Source = "https://github.com/brian14708/duron" [build-system] -requires = ["uv_build>=0.9.3,<0.10.0"] +requires = ["uv_build>=0.9.3,<0.11.0"] build-backend = "uv_build" [dependency-groups]