From da22f7fa8947e4205ec13b97addc5d0cf24255b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:50:11 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /tooling 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/v0.4.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tooling/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/pyproject.toml b/tooling/pyproject.toml index c97775c..5c846e5 100644 --- a/tooling/pyproject.toml +++ b/tooling/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev = [ "pytest>=7.0", "pytest-cov>=4.0", - "ruff>=0.4.0", + "ruff>=0.15.10", "pre-commit>=3.0", ]