From d28d42e05f71a59e93b6678d4a52e33b389d6726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:48:27 +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. Updates `mkdocs-include-markdown-plugin` to 7.0.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production dependency-group: docs ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2846f7f..06c96a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ optional-dependencies.docs = [ "mike~=2.1", "mkdocs~=1.6", - "mkdocs-include-markdown-plugin~=6.0", + "mkdocs-include-markdown-plugin~=7.0", "mkdocs-material~=9.5", "mkdocs-minify-plugin~=0.7", "mkdocstrings[python]~=0.25",