From 9c7b3aa6b2babbf3565fed1a880f64de5be776ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:01:11 +0000 Subject: [PATCH] :arrow_up: rats dep-bump(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.0 - [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.2...0.10.0) --- updated-dependencies: - dependency-name: uv-build dependency-version: 0.10.0 dependency-type: direct:development dependency-group: package-dependencies ... Signed-off-by: dependabot[bot] --- rats/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rats/pyproject.toml b/rats/pyproject.toml index ca5d5776..0d0f09d8 100644 --- a/rats/pyproject.toml +++ b/rats/pyproject.toml @@ -22,7 +22,7 @@ repository = "https://github.com/microsoft/rats" documentation = "https://microsoft.github.io/rats" [build-system] -requires = ["uv_build>=0.9.2,<0.10.0"] +requires = ["uv_build>=0.9.2,<0.11.0"] build-backend = "uv_build" [tool.uv.build-backend]