From fba2210ddb0de84e3dda1b09b2467227214dd9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:18:17 +0000 Subject: [PATCH] build(deps): update mkdocs-include-markdown-plugin requirement Updates the requirements on [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) to permit the latest version. - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.2...v7.2.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4438c399..7b80be35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ ] doc = [ "mkdocs~=1.6.1", - "mkdocs-include-markdown-plugin~=7.1.2", + "mkdocs-include-markdown-plugin~=7.2.0", #"mkdocs-autorefs~=1.2.0", "mkdocstrings[python]~=0.29.0", "mkdocs-gen-files~=0.5.0",