From 996b93d3205a505466756e6e93334eecf0c30835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:16:43 +0000 Subject: [PATCH] Update uv-build requirement from <0.12,>=0.9.7 to >=0.12.0,<0.13 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.7...0.12.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- betterproto2/pyproject.toml | 2 +- betterproto2_compiler/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/betterproto2/pyproject.toml b/betterproto2/pyproject.toml index 5a46e70..03208b0 100644 --- a/betterproto2/pyproject.toml +++ b/betterproto2/pyproject.toml @@ -47,7 +47,7 @@ package = true default-groups = "all" [build-system] -requires = ["uv_build>=0.9.7,<0.12"] +requires = ["uv_build>=0.12.0,<0.13"] build-backend = "uv_build" [tool.ruff] diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index 801fd3e..0f39bd9 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -50,7 +50,7 @@ package = true default-groups = "all" [build-system] -requires = ["uv_build>=0.9.7,<0.12"] +requires = ["uv_build>=0.12.0,<0.13"] build-backend = "uv_build" [tool.ruff]