diff --git a/poetry.lock b/poetry.lock index 35c6d5a0..fab56d1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2723,16 +2723,24 @@ test = ["flake8", "mypy", "pytest"] [[package]] name = "sphinxcontrib-mermaid" -version = "0.9.2" -description = "Mermaid diagrams in yours Sphinx powered docs" +version = "2.0.2" +description = "Mermaid diagrams in your Sphinx-powered docs" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["dev"] 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-2.0.2-py3-none-any.whl", hash = "sha256:d862e514991279fb4816302c5cfe167d2557bf3ce7125ae0cb47dac80a0f46ce"}, + {file = "sphinxcontrib_mermaid-2.0.2.tar.gz", hash = "sha256:f09576c78ca93fa0e3034fd9c45aaffa7c44ab449de9c43b8b8d262afe52bc66"}, ] +[package.dependencies] +jinja2 = "*" +pyyaml = "*" +sphinx = "*" + +[package.extras] +test = ["defusedxml", "myst-parser", "pytest", "ruff", "sphinx"] + [[package]] name = "sphinxcontrib-qthelp" version = "2.0.0" @@ -3148,4 +3156,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "c6966401b994a6d32f00da7a335f9cd709139073346fdaa1548165446767b11d" +content-hash = "0c043ab018522613efffdd2a84750a6fbf6782967d34f257ec365b6056eb332e" diff --git a/pyproject.toml b/pyproject.toml index 3677d5b9..cc54b366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ Sphinx = "^8.0.0" sphinx-copybutton = "^0.5.0" sphinx-design = "^0.7.0" sphinx-autobuild = "^2021.3.14" -sphinxcontrib-mermaid = "^0.9.2" +sphinxcontrib-mermaid = "^2.0.2" myst-parser = "^5.0.0" furo = "^2024.1.29" pytest-alembic = "^0.10.0"