From ae1ade317988e70b26d2b0e369a381856e4fd15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:39:51 +0000 Subject: [PATCH] Update mkdocs-jupyter requirement in the packages group (#260) Updates the requirements on [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) to permit the latest version. Updates `mkdocs-jupyter` to 0.25.0 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/compare/0.24.8...0.25.0) --- updated-dependencies: - dependency-name: mkdocs-jupyter dependency-type: direct:production dependency-group: packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a64f98a..6ebdfe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ "mike ~=2.1", "mkdocs >=1.5.3,<1.7", "mkdocs-awesome-pages-plugin ~=2.9", - "mkdocs-jupyter ~=0.24.8", + "mkdocs-jupyter >=0.24.8,<0.26.0", "mkdocs-material >=9.5.5,<10", "mkdocstrings[python] ~=0.26.0", "oteapi-optimade[examples]",