From ddc6bf1ce04d9da72d195c4405827ca173333e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 12:01:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20markdown-include=20require?= =?UTF-8?q?ment=20from=20^0.5.1=20to=20^0.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [markdown-include](https://github.com/cmacmackin/markdown-include) to permit the latest version. - [Release notes](https://github.com/cmacmackin/markdown-include/releases) - [Commits](https://github.com/cmacmackin/markdown-include/compare/v0.5.1...v0.8.1) --- updated-dependencies: - dependency-name: markdown-include 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 0808f9e..d4de2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.8" mkdocs-material = "^9.5.1" -markdown-include = "^0.5.1" +markdown-include = "^0.8.1" [tool.poetry.dev-dependencies]