From df8c0082a49087190953b9552b3ca30ddfa0a623 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:11:12 +0200 Subject: [PATCH] Bump mkdocs-material to 9.6.21 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04f1ace..32c59c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "aiohttp==3.13.0", "prometheus-client==0.23.1", "mashumaro==3.17", - "mkdocs-material==9.6.16", + "mkdocs-material==9.6.21", "mkdocstrings[python]==0.30.0", ]