From c911448bfa3fb06d268e1d5d92bd5f867441502c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:09:40 +0000 Subject: [PATCH] deps(deps): update mkdocs requirement from >=1.0.4 to >=1.6.1 Updates the requirements on [mkdocs](https://github.com/mkdocs/mkdocs) to permit the latest version. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.0.4...1.6.1) --- updated-dependencies: - dependency-name: mkdocs dependency-version: 1.6.1 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 edb44aa..fec51ad 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,5 +1,5 @@ # Documentation dependencies for MkDocs -mkdocs>=1.0.4 +mkdocs>=1.6.1 mkdocs-material mkdocs-mermaid2-plugin>=1.2.1 mkdocstrings[python]