From 7a29f5824ebf93c2e37e74aa4327347c7fb3a717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:58:03 +0000 Subject: [PATCH] deps-dev(deps-dev): update mkdocs-mermaid2-plugin requirement Updates the requirements on [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) to permit the latest version. - [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.0...v1.2.3) --- updated-dependencies: - dependency-name: mkdocs-mermaid2-plugin dependency-version: 1.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0582419..76883d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,5 +5,5 @@ ruff>=0.1.0 pre-commit>=3.6.0 mkdocs>=1.6.0 mkdocs-material>=9.5.0 -mkdocs-mermaid2-plugin>=1.1.0 +mkdocs-mermaid2-plugin>=1.2.3 pymdown-extensions>=10.0.0