From 18e8de64a9edd5eb9a39414b2859c4e5bb82de7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:07:47 +0000 Subject: [PATCH] Bump ruff from 0.15.6 to 0.15.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.6 to 0.15.8. - [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.6...0.15.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e761c337..6e7f329d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "mypy==1.19.1", "black==26.3.1", "pyright==1.1.408", - "ruff==0.15.6", + "ruff==0.15.8", "pytest", "pytest-cov", "pytest-watch",