From af7a8981a5f68b866f9d4f0f860b2a2677b199db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:58:56 +0000 Subject: [PATCH] pip updates: update ruff requirement 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.9.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 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 dec827b..e9599ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [dependency-groups] dev = [ "mypy<2.0.0,>=1.13.0", - "ruff<1.0.0,>=0.9.0", + "ruff>=0.15.12,<1.0.0", "pytest>=8.3.4,<10.0.0", "pytest-cov>=6.0.0,<8.0.0", "pytest-ruff<1.0.0,>=0.4.1",