From 1836bc28338af6850e119c1c470b94bbb86b2f79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:51:40 +0000 Subject: [PATCH] chore(deps): update mkdocs documentation dependencies --- Docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/requirements.txt b/Docs/requirements.txt index dea02ec..7dcb630 100644 --- a/Docs/requirements.txt +++ b/Docs/requirements.txt @@ -26,14 +26,14 @@ # Core site generator # ------------------------------------------------------------------------------ # MkDocs builds the Markdown documentation into static HTML. -mkdocs>=1.6,<2.0 +mkdocs>=1.6.1,<2.0 # ------------------------------------------------------------------------------ # Theme # ------------------------------------------------------------------------------ # Material provides the UI, navigation, search integration, Mermaid support, # tables styling, admonitions, icons, tabs, code blocks, dark mode, and more. -mkdocs-material>=9.7,<10.0 +mkdocs-material>=9.7.6,<10.0 # ------------------------------------------------------------------------------ # Markdown feature extensions