From defe4d1330df8bc4e31062effd27461fc6cd9f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:42:45 +0000 Subject: [PATCH] chore: bump mkdocs-jupyter from 0.25.1 to 0.26.1 Bumps [mkdocs-jupyter](https://github.com/danielfrg/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0431d1833..5d6405d12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ docs = [ "mkdocs-include-markdown-plugin==7.2.1", "mkdocs-literate-nav==0.6.2", "mkdocs-plotly-plugin==0.1.3", - "mkdocs-jupyter==0.25.1", + "mkdocs-jupyter==0.26.1", "markdown-include==0.8.1", "pymdown-extensions==10.21", "pygments==2.19.2",