From df9cbf17b285ad5a40d189874b65ebe8e056d8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:39:25 +0000 Subject: [PATCH] build(deps-dev): update uv-build requirement Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `uv-build` to 0.10.12 - [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.18...0.10.12) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.12 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f615dc..8cc3846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ stella = { git = "https://github.com/SonyResearch/stella" } [build-system] # https://docs.astral.sh/uv/concepts/build-backend/ -requires = ["uv_build>=0.9.18,<0.10.0"] +requires = ["uv_build>=0.9.18,<0.11.0"] build-backend = "uv_build" [project.urls] # https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels