From acd574db793abe3ba58cd1def983b7a351640036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:48:53 +0000 Subject: [PATCH] fix(deps): update dependency markdown-include to ^0.8.0 --- {{cookiecutter.github_repository}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..600bda8b 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -48,7 +48,7 @@ mkdocs = "^1.2" pymdown-extensions = "^9.6" mkdocs-git-revision-date-localized-plugin = "^1.1.0" mkdocs-material = "^8.5.6" -markdown-include = "^0.7.0" +markdown-include = "^0.8.0" # Raven is the Sentry client # --------------------------