From 5fd7e0f427ec190bb5bb1a867ab76af50d946804 Mon Sep 17 00:00:00 2001
From: Teklia Bot <bot@teklia.com>
Date: Mon, 16 Dec 2024 14:03:16 +0000
Subject: [PATCH] Bump Python requirement mkdocs-material to 9.5.49

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

diff --git a/pyproject.toml b/pyproject.toml
index 392d0752..362bcd32 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.5.48",
+    "mkdocs-material==9.5.49",
     "mkdocstrings-python==1.12.2",
 ]
 tests = [
-- 
GitLab