From 90ba94aca25d0edc02f651ebaa4afbfd20b84fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:24:51 +0300 Subject: [PATCH] Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 (#3071) Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.9.2 to 1.0.0. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.2...1.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 17 ++++++++++++----- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca3cae60d..ef6ba7aac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2378,15 +2378,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" @@ -2662,4 +2669,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f2f8fa36130cd1e26ae1814649e9bdf94d2442aba260d06395c20dbc10f4ef12" +content-hash = "30414f275e8a08db248ccba8606ac4217d3499724289ba4c7d3f25eb59f1092d" diff --git a/pyproject.toml b/pyproject.toml index 3f9bd397a..d1b1917c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "^7.1" sphinx-autodoc-typehints = "^2.0" -sphinxcontrib-mermaid = "^0.9" +sphinxcontrib-mermaid = ">=0.9,<1.1" added-value = "^0.24" m2r2 = "^0.3" tomli = "^2.0"