From 4043b53625898e6cceeab851e667edc0c6040402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:17:34 +0000 Subject: [PATCH 1/2] chore(deps-dev): update ruff requirement in the python-deps group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.21...0.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b848c5..9b8046a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ # misreads illustrative fragments, e.g. a trailing-comma snippet as a # tuple). Adopt it deliberately later with an explicit config, not via a # floating CI install. The pre-commit rev tracks this bound in lockstep. - "ruff>=0.15.21,<0.16", + "ruff>=0.15.22,<0.16", # Strips notebook outputs/exec-counts/metadata; also wired as a pre-commit # hook. Here so the CLI is available to strip a notebook on demand. "nbstripout>=0.9.1", From 05bb283341ca6c60929fe8b78879103b971c7806 Mon Sep 17 00:00:00 2001 From: Colinho22 <48288595+Colinho22@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:12:34 +0200 Subject: [PATCH 2/2] chore: bump pre-commit ruff rev to v0.15.22 for lockstep with pyproject --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee4fe21..5e954e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,10 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Pin to a specific tag for deterministic CI/dev parity. Track - # pyproject.toml's ruff bound (currently >=0.15.21,<0.16), so local and + # pyproject.toml's ruff bound (currently >=0.15.22,<0.16), so local and # runtime versions stay in lockstep. Stay below 0.16, which formats # markdown code fences by default. - rev: v0.15.21 + rev: v0.15.22 hooks: - id: ruff-format - id: ruff