From 014ff620016357508725803d43ba44f09113a8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:36:24 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [nbstripout](https://github.com/kynan/nbstripout). Updates `ruff` from 0.14.13 to 0.14.14 - [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.14.13...0.14.14) Updates `nbstripout` from 0.8.2 to 0.9.0 - [Release notes](https://github.com/kynan/nbstripout/releases) - [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md) - [Commits](https://github.com/kynan/nbstripout/compare/0.8.2...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: nbstripout dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4a1c0f..76c9d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ dev = [ "pytest==9.0.2", "pytest-cov==7.0.0", "mypy==1.19.1", - "ruff==0.14.13", + "ruff==0.14.14", "pre-commit==4.5.1", - "nbstripout==0.8.2", + "nbstripout==0.9.0", ] docs = [ "mkdocs==1.6.1",