From 63d517b0c0d25d387c1f7391c6989359fd3b5d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:35:49 +0000 Subject: [PATCH] Update mkdocs-jupyter requirement from ^0.25.1 to ^0.26.1 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/compare/0.25.1...0.26.1) --- updated-dependencies: - dependency-name: mkdocs-jupyter dependency-version: 0.26.1 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 9df7746..6a2659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mkdocs-section-index = "^0.3.10" black = "^25.1.0" ipykernel = "^6.29.5" pytest-cov = "^6.1.1" -mkdocs-jupyter = "^0.25.1" +mkdocs-jupyter = "^0.26.1" mkdocstrings = "^0.30.1" mkdocstrings-python = "^1.18.2"