From 973a2bb258f7e2bbe1be8ec6d983436895cd601a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:43:09 +0000 Subject: [PATCH] chore: bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 7.2.2 to 7.3.0. - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.2...v7.3.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 621bd24a2..54c1bb61f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,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.2", + "mkdocs-include-markdown-plugin==7.3.0", "mkdocs-literate-nav==0.6.2", "mkdocs-plotly-plugin==0.1.3", "mkdocs-jupyter==0.26.3",