From bb308fbbfa92efceda7a3ad71c9c0a2b1f1bfb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:05:18 +0000 Subject: [PATCH] deps(python): update ruff requirement in /python Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development ... 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 41de27c..4b78309 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -106,7 +106,7 @@ dev = [ "opentelemetry-sdk>=1.43.0", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", - "ruff>=0.15.20", + "ruff>=0.15.22", ] test = [ "torch>=2.12.1",