From ff9c664d804f91897c54d846237adf637f182590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:45:34 +0000 Subject: [PATCH] chore: Bump mkdocs-jupyter in the documentation group Bumps the documentation 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: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f7fe07..d31c76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "mkdocs-gen-files==0.6.1", "mkdocs-git-revision-date-localized-plugin==1.5.1", "mkdocs-include-markdown-plugin==7.2.1", - "mkdocs-jupyter==0.25.1", + "mkdocs-jupyter==0.26.1", "mkdocs-literate-nav==0.6.3", "mkdocs-material==9.7.6", "mkdocs-minify-plugin==0.8.0",