From a7e8b654d1c3b0d6baa74c6e8334304a6b43f2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:35:34 +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.26.2 to 0.26.3 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/commits) --- updated-dependencies: - dependency-name: mkdocs-jupyter dependency-version: 0.26.3 dependency-type: direct:development update-type: version-update:semver-patch 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 7f5fa3b..275727f 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.4", - "mkdocs-jupyter==0.26.2", + "mkdocs-jupyter==0.26.3", "mkdocs-plotly-plugin==0.1.3", "jupyter==1.1.1", ]