From 3ca1352b6376cc431381b8c033d782a5eb58b918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:36:49 +0000 Subject: [PATCH] Chore(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 | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f21856..1230f44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,13 +503,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] @@ -521,7 +521,7 @@ requests = "*" setuptools = ">=18.5" [package.extras] -test = ["mkdocs-material"] +test = ["mkdocs-macros-test", "mkdocs-material", "packaging", "requests-html"] [[package]] name = "mypy" @@ -1344,4 +1344,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2e2635a74017f3fa50621a95276ea9dde366acdc0903bbb3974a944709d09f6f" +content-hash = "653de0ac3bace91f56d607e94c6e4dbf6f748eee08edfb462b55e093dc2bf5df" diff --git a/pyproject.toml b/pyproject.toml index 6d23ca7..81f6e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ types-PyYAML = "^6.0.12" pytest-clarity = "^1.0.1" pytest-mock = "^3.9.0" mkdocs-material = ">=8.5.6,<10.0.0" -mkdocs-mermaid2-plugin = ">=0.6,<1.2" +mkdocs-mermaid2-plugin = ">=0.6,<1.3" mypy = ">=0.991,<1.14" black = ">=23.1,<25.0"