From 35b471b76f19954b609d33fb8b08f5454b5977a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:18:08 +0000 Subject: [PATCH] build(deps-dev): update mkdocs-mermaid2-plugin requirement Updates the requirements on [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) to permit the latest version. - [Release notes](https://github.com/fralau/mkdocs-mermaid2-plugin/releases) - [Commits](https://github.com/fralau/mkdocs-mermaid2-plugin/compare/v0.6.0...v1.0.1) --- updated-dependencies: - dependency-name: mkdocs-mermaid2-plugin 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 a530ad6..91c4a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ mkdocs-material = "^9.1.16" mkdocstrings = "^0.22.0" mkdocs-jupyter = "^0.24.1" mkdocs-macros-plugin = "^1.0.1" -mkdocs-mermaid2-plugin = "^0.6.0" +mkdocs-mermaid2-plugin = ">=0.6,<1.1" mkdocstrings-python = "^1.1.2" python-kacl = "^0.4.6" pymdown-extensions = "^10.0.1"