From 07461eb1ce9ce2f804046a454c7fca4f22137cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:29:38 +0000 Subject: [PATCH] chore(gh): update mkdocs-markdownextradata-plugin requirement Updates the requirements on [mkdocs-markdownextradata-plugin](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) to permit the latest version. - [Release notes](https://github.com/rosscdh/mkdocs-markdownextradata-plugin/releases) - [Commits](https://github.com/rosscdh/mkdocs-markdownextradata-plugin/compare/0.2.5...0.2.6) --- updated-dependencies: - dependency-name: mkdocs-markdownextradata-plugin dependency-version: 0.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ec48bb27..91dec5c8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs-git-revision-date-localized-plugin >= 1.2.2 -mkdocs-markdownextradata-plugin >= 0.2.5 +mkdocs-markdownextradata-plugin >= 0.2.6 mkdocs-minify-plugin>=0.7.2 mkdocs-open-in-new-tab>=1.0.8