From ce006ff15383f1f9f01bcce6654d3e6ea99feaa4 Mon Sep 17 00:00:00 2001
From: Teklia Bot <bot@teklia.com>
Date: Mon, 17 Mar 2025 14:03:25 +0000
Subject: [PATCH] Bump Python requirement mkdocs-material to 9.6.9

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index d201ac57..cb70f4cf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,7 @@ Authors = "https://teklia.com"
 [project.optional-dependencies]
 docs = [
     "black==24.10.0",
-    "mkdocs-material==9.6.8",
+    "mkdocs-material==9.6.9",
     "mkdocstrings-python==1.12.2",
 ]
 tests = [
-- 
GitLab