From 73edc993976da4d8aab6c5bb6dc3b969233d3d57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:34:46 +0000 Subject: [PATCH] Bump sphinxcontrib-mermaid from 0.6.3 to 0.7 Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.6.3 to 0.7. - [Release notes](https://github.com/mgaitan/sphinxcontrib-mermaid/releases) - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.6.3...0.7) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 7 +++---- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 227feef..b87bcef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1160,7 +1160,7 @@ test = ["pytest", "flake8", "mypy"] [[package]] name = "sphinxcontrib-mermaid" -version = "0.6.3" +version = "0.7" description = "Mermaid diagrams in yours Sphinx powered docs" category = "dev" optional = false @@ -1324,7 +1324,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "c6e98c62482343f477af9c9cb1af916b2407144447af6497b090635d92312bf0" +content-hash = "6dc3022a6ad1b258d71374c03a1385f4b944e5e48bf77fbac06571431268d563" [metadata.files] aiocontextvars = [ @@ -1909,8 +1909,7 @@ sphinxcontrib-jsmath = [ {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, ] sphinxcontrib-mermaid = [ - {file = "sphinxcontrib-mermaid-0.6.3.tar.gz", hash = "sha256:1f113f74231eeca492ef4e370ed2787a371f8aaedacbb2e25430da89016327e6"}, - {file = "sphinxcontrib_mermaid-0.6.3-py2.py3-none-any.whl", hash = "sha256:78b892d066802b32961e151fefebc6d042cee463ce1b18c832b209a0d479c115"}, + {file = "sphinxcontrib_mermaid-0.7-py2.py3-none-any.whl", hash = "sha256:d600f5911bbc39491bc4fd611492386f151ed812eb054718aa1a4de4efd02d55"}, ] sphinxcontrib-qthelp = [ {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"}, diff --git a/pyproject.toml b/pyproject.toml index 9c05dc9..5e5eaed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pytest-mypy-plugins = "^1.7" sphinx = "^4.0" sphinx-autodoc-typehints = "^1.12" -sphinxcontrib-mermaid = "^0.6" +sphinxcontrib-mermaid = "^0.7" sphinx-typlog-theme = "^0.8" doc8 = "^0.8" m2r2 = "^0.2"