From 1273e87881cb2a297769d5eeb121444fed093bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:40:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20mkdocstrings=20to?= =?UTF-8?q?=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 069151e..491a816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ config-path = "none" [tool.hatch.envs.docs] dependencies = [ "mkdocs-material==9.7.1", - "mkdocstrings[python]==1.0.0", + "mkdocstrings[python]==1.0.1", ] [tool.hatch.envs.docs.scripts] serve = "mkdocs serve"