From 7bcc64fa43c519f1553976bbba356a8b640653e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:34:46 +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) - [Changelog](https://github.com/fralau/mkdocs-mermaid2-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs-mermaid2-plugin/compare/v0.6.0...v1.1.0) --- 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..3ca3df6 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.2" mkdocstrings-python = "^1.1.2" python-kacl = "^0.4.6" pymdown-extensions = "^10.0.1"