From b673c62d42e90621b2d13c171feb22017941a07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:23:20 +0000 Subject: [PATCH] build(deps-dev): update mkdocs-jupyter requirement Updates the requirements on [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c860cff..cc647c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ doc = [ "mkdocs-section-index~=0.3.9", "mkdocs-typer2~=0.1.4", "mkdocs-material~=9.7.6", - "mkdocs-jupyter~=0.25.1", + "mkdocs-jupyter>=0.25.1,<0.27.0", #"mike~=1.1.2", #"setuptools~=68.0", #"pkginfo~=1.9",