From 636ba96241e1a4de497deb50fb5f3115fa2f0f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:53:30 +0000 Subject: [PATCH] build(deps): Update ruff requirement from <1,>=0.8.0 to >=0.15.15,<1 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.8.0...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e26bf9dea..5be9d48b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = { features = ["dev"] } dev = [ "antlr4-python3-runtime>=4.13.2,<5", "editorconfig-checker>=3.6.1,<4", - "ruff>=0.8.0,<1", + "ruff>=0.15.15,<1", "protobuf==6.33.1", "pytest>=9.0.3,<10", "pyyaml>=6.0.3,<7",