From e46b03993c3c53427e8d47099937b36bb01f7815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:51:00 +0000 Subject: [PATCH] build(deps-dev): 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. Updates `mkdocs-include-markdown-plugin` 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.0...v7.3.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.3.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43479eb..4c7ada3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ ] docs = [ "mkdocs~= 1.6", - "mkdocs-include-markdown-plugin >= 7.1.2", + "mkdocs-include-markdown-plugin >= 7.2,< 7.4", "mkdocstrings[python] ~= 0.27", "mkdocs-material == 9.*", "mkdocs-include-markdown-plugin ~= 7.2.0"