From 5605221a9c36fdb2bd6c5fc3b3cd1dc84710efee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:54:27 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `ruff` to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.16.0) Updates `uv-build` to 0.12.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.11.0...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: uv-build dependency-version: 0.12.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec7fa4..2b93e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ 'httpx>=0.28.1,<0.29.0', 'pytest>=9.1.1', 'pytest-asyncio>=1.0.0', - 'ruff>=0.15.20,<0.16.0' + 'ruff>=0.15.20,<0.17.0' ] [tool.ruff] @@ -70,5 +70,5 @@ testpaths = ['tests'] module-root = "" [build-system] -requires = ["uv_build>=0.11.0,<0.12.0"] +requires = ["uv_build>=0.11.0,<0.13.0"] build-backend = "uv_build"