From 82de29f59f2ce68a1383d94a050ecf9fd747f969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 12:43:14 +0000 Subject: [PATCH] chore: bump mkdocs-include-markdown-plugin from 7.2.1 to 7.2.2 Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.1...v7.2.2) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0d90c2f1..560907ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ docs = [ "mkdocstrings-python==2.0.3", "mkdocs-table-reader-plugin==3.1.0", "mkdocs-gen-files==0.6.1", - "mkdocs-include-markdown-plugin==7.2.1", + "mkdocs-include-markdown-plugin==7.2.2", "mkdocs-literate-nav==0.6.2", "mkdocs-plotly-plugin==0.1.3", "mkdocs-jupyter==0.26.1",