From 6258e56130ea30af37432a58c945d09d507917e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:00:08 +0000 Subject: [PATCH] chore: update mkdocs-git-authors-plugin requirement Updates the requirements on [mkdocs-git-authors-plugin](https://github.com/timvink/mkdocs-git-authors-plugin) to permit the latest version. - [Release notes](https://github.com/timvink/mkdocs-git-authors-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: mkdocs-git-authors-plugin dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bd5da6..1831734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mkdocs>=1.6.0 mkdocs-material>=9.5.0 # Plugins -mkdocs-git-authors-plugin>=0.9.0 +mkdocs-git-authors-plugin>=0.10.0 mkdocs-git-revision-date-localized-plugin>=1.2.6 # Markdown extensions (bundled with material, listed for clarity)