diff --git a/poetry.lock b/poetry.lock index 34839e4ff..5dec32475 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4041,15 +4041,22 @@ test = ["flake8", "mypy", "pytest"] [[package]] name = "sphinxcontrib-mermaid" -version = "0.9.2" +version = "1.0.0" description = "Mermaid diagrams in yours Sphinx powered docs" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "sphinxcontrib-mermaid-0.9.2.tar.gz", hash = "sha256:252ef13dd23164b28f16d8b0205cf184b9d8e2b714a302274d9f59eb708e77af"}, - {file = "sphinxcontrib_mermaid-0.9.2-py3-none-any.whl", hash = "sha256:6795a72037ca55e65663d2a2c1a043d636dc3d30d418e56dd6087d1459d98a5d"}, + {file = "sphinxcontrib_mermaid-1.0.0-py3-none-any.whl", hash = "sha256:60b72710ea02087f212028feb09711225fbc2e343a10d34822fe787510e1caa3"}, + {file = "sphinxcontrib_mermaid-1.0.0.tar.gz", hash = "sha256:2e8ab67d3e1e2816663f9347d026a8dee4a858acdd4ad32dd1c808893db88146"}, ] +[package.dependencies] +pyyaml = "*" +sphinx = "*" + +[package.extras] +test = ["defusedxml", "myst-parser", "pytest", "ruff", "sphinx"] + [[package]] name = "sphinxcontrib-qthelp" version = "2.0.0" @@ -4548,4 +4555,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "e7d2f15be128536e435827207f3c6427759c016c1c626a83820349100a361430" +content-hash = "040e1965e6029dca3bb4f0dcb2e44b78f3802ad4887028d5fb08d97040701f43" diff --git a/pyproject.toml b/pyproject.toml index 242f1e7fa..743e370f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ sphinx-design = "^0.6.0" sphinx-external-toc = "^1.0.0" sphinx-rtd-theme = ">=2,<4" sphinxcontrib-bibtex = "^2.6.1" -sphinxcontrib-mermaid = "^0.9.2" +sphinxcontrib-mermaid = ">=0.9.2,<1.1.0" [build-system] build-backend = "poetry.core.masonry.api"