From 9da9af5742123c862c30bb350d53eb92402950a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:14:16 +0000 Subject: [PATCH] Bump sphinxcontrib-mermaid from 0.6.1 to 0.6.2 Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.6.1 to 0.6.2. - [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.1...0.6.2) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f0cc1d..91c4bf8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1040,7 +1040,7 @@ test = ["pytest", "flake8", "mypy"] [[package]] name = "sphinxcontrib-mermaid" -version = "0.6.1" +version = "0.6.2" description = "Mermaid diagrams in yours Sphinx powered docs" category = "dev" optional = false @@ -1194,7 +1194,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "af15750a5f18371d053bf61c2a4310a0010bf773d864cb9944f3f633f10285c2" +content-hash = "2eaa7bc410a518533468493f70784e77b512ddb4c2d6b9436071db6d58b39a74" [metadata.files] alabaster = [ @@ -1699,8 +1699,8 @@ sphinxcontrib-jsmath = [ {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, ] sphinxcontrib-mermaid = [ - {file = "sphinxcontrib-mermaid-0.6.1.tar.gz", hash = "sha256:75ba8ab66b5157864360f5654a335af4a78384d5e9659c8d8e9ec9601d0a81b6"}, - {file = "sphinxcontrib_mermaid-0.6.1-py2.py3-none-any.whl", hash = "sha256:b3914d0c7106da5cc275846711b023b9c2c07f82a823ef64281fe45370319e97"}, + {file = "sphinxcontrib-mermaid-0.6.2.tar.gz", hash = "sha256:eb84563d376e45ce83ff2f87fccfc8e8f82258b501b3d33e5286eaf319441e7c"}, + {file = "sphinxcontrib_mermaid-0.6.2-py2.py3-none-any.whl", hash = "sha256:162a17b69f71716253f72793bd13fb01f52d7a7d0172f2be8ce530728e37b15b"}, ] sphinxcontrib-qthelp = [ {file = "sphinxcontrib-qthelp-1.0.2.tar.gz", hash = "sha256:79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f"}, diff --git a/pyproject.toml b/pyproject.toml index 74f3a8c..cf7aa78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-mypy-plugins = "^1.6" sphinx = "^3.5" sphinx-autodoc-typehints = "^1.11" -sphinxcontrib-mermaid = "^0.6.1" +sphinxcontrib-mermaid = "^0.6.2" sphinx-typlog-theme = "^0.8.0" doc8 = "^0.8.1" m2r = "^0.2.1"