From 886269af050ecd70a88772d1e5ba9d5ed0198cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:59:51 +0000 Subject: [PATCH] chore(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/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin 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 7759589..6211919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "mkdocs-material >=9.0.0,<10.0.0", "MkAutoDoc >=0.2.0,<1.0.0", "lazydocs >=0.4.5,<1.0.0", - "mkdocs-include-markdown-plugin >=4.0.0,<7.0.0", + "mkdocs-include-markdown-plugin >=4.0.0,<8.0.0", "mkdocs-awesome-pages-plugin >=2.8.0,<3.0.0", "mike >=1.1.0,<3.0.0" ]