From 47aa84ab6ccb4ce0a1532ecd35d4a0289f92d4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:22:14 +0000 Subject: [PATCH] Bump ruff from 0.16.0 to 0.16.2 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.0 to 0.16.2. - [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.16.0...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index cca512790..2a1d2c9fd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ dev = [ "uv==0.11.32", "flit==3.12.0", - "ruff==0.16.0", + "ruff==0.16.2", "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0",