From cb21e418c7d7580a2d673506094cdf1cfc5165e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 03:33:21 +0000 Subject: [PATCH] chore: bump mkdocs-jupyter Bumps the docs-dependencies group with 1 update in the / directory: [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 299232a..d694cac 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", ]