From e7537b783e7933023d346078f84a08f023cef996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:58:03 +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.2.0 - [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 dependency-group: production-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 b798155..43479eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ "mkdocs-include-markdown-plugin >= 7.1.2", "mkdocstrings[python] ~= 0.27", "mkdocs-material == 9.*", - "mkdocs-include-markdown-plugin ~= 7.1.2" + "mkdocs-include-markdown-plugin ~= 7.2.0" ] [tool.uv]