From 2733e8771ecee92f2264b210dbb1c7611960a288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:32:42 +0000 Subject: [PATCH] pip(deps-dev): bump mkdocs-mermaid2-plugin from 1.1.1 to 1.2.1 Bumps [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/fralau/mkdocs-mermaid2-plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-mermaid2-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs-mermaid2-plugin/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: mkdocs-mermaid2-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8d4db7e..15583d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1170,13 +1170,13 @@ files = [ [[package]] name = "mkdocs-mermaid2-plugin" -version = "1.1.1" +version = "1.2.1" description = "A MkDocs plugin for including mermaid graphs in markdown sources" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "mkdocs-mermaid2-plugin-1.1.1.tar.gz", hash = "sha256:bea5f3cbe6cb76bad21b81e49a01e074427ed466666c5d404e62fe8698bc2d7c"}, - {file = "mkdocs_mermaid2_plugin-1.1.1-py3-none-any.whl", hash = "sha256:4e25876b59d1e151ca33a467207b346404b4a246f4f24af5e44c32408e175882"}, + {file = "mkdocs_mermaid2_plugin-1.2.1-py3-none-any.whl", hash = "sha256:22d2cf2c6867d4959a5e0903da2dde78d74581fc0b107b791bc4c7ceb9ce9741"}, + {file = "mkdocs_mermaid2_plugin-1.2.1.tar.gz", hash = "sha256:9c7694c73a65905ac1578f966e5c193325c4d5a5bc1836727e74ac9f99d0e921"}, ] [package.dependencies] @@ -1188,7 +1188,7 @@ requests = "*" setuptools = ">=18.5" [package.extras] -test = ["mkdocs-material"] +test = ["mkdocs-macros-test", "mkdocs-material", "packaging", "requests-html"] [[package]] name = "mkdocstrings"