From a1d4c0d7fc29e474fa58213754206f30e479b69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:26:52 +0000 Subject: [PATCH] Update mkdocs-mermaid2-plugin requirement from ^0.6.0 to >=0.6,<1.1 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 50d662e..fd9cc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ mkdocs-material-extensions = "^1.0.3" mkdocs-material = "^9.1.16" mkdocs-jupyter = "^0.24.1" mkdocs-autorefs = "^0.4.1" -mkdocs-mermaid2-plugin = "^0.6.0" +mkdocs-mermaid2-plugin = ">=0.6,<1.1" mkdocstrings-python = "^1.1.2" isort = "^5.12.0" pycln = "^2.1.5"