From 7209c4986a8a5575a3f883afaf76539e115f9fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:35:02 +0000 Subject: [PATCH] chore: bump mkdocs-jupyter in the docs-dependencies group Bumps the docs-dependencies group with 1 update: [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter). Updates `mkdocs-jupyter` from 0.25.1 to 0.26.1 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/compare/0.25.1...0.26.1) --- updated-dependencies: - dependency-name: mkdocs-jupyter dependency-version: 0.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 692c1a2..1c3e08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ docs = [ "mkdocs==1.6.1", "mkdocs-material==9.7.6", "mkdocstrings[python]==1.0.3", - "mkdocs-jupyter==0.25.1", + "mkdocs-jupyter==0.26.1", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1", ]