From c8d0ef7f9196bc4c0edd7a24b5b6b5abc55474ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:33:52 +0000 Subject: [PATCH] Update ruff requirement from ~=0.8 to ~=0.15 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.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 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 7aeb42cbbe..893615b55d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest-asyncio~=0.24", "pytest-dotenv~=0.5", "pytest-timeout~=2.3", - "ruff~=0.8", + "ruff~=0.15", "semversioner~=2.0", "update-toml~=0.2", "pytest-xdist[psutil]~=3.8.0",