From 761d7dde394318ac338f8c84881f1f1b084069ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:32:35 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.12.4 to 0.15.18 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.4 to 0.15.18. - [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.12.4...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed7488e..4b69b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ test = [ ] dev = [ - "ruff==0.12.4", + "ruff==0.15.18", "mypy==1.17.0", "pre-commit", "nbstripout",