From 71ddf601a088f769614823aa9cf6781d39e69609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:16:11 +0000 Subject: [PATCH] [UPDATE] 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.2.2...v7.3.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d7d8615..97aca826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ docs = [ "mkdocs-material>=9.7.6,<10.0.0", "mkdocstrings>=1.0.4,<2.0.0", "mkdocstrings-python>=2.0.3,<3.0.0", - "mkdocs-include-markdown-plugin>=7.2.2,<8.0.0", + "mkdocs-include-markdown-plugin>=7.3.0,<8.0.0", ] [tool.uv]