From ccc6a93d4c2d1742550db229675f5fc50da774b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:56:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20mkdocstrings=20to?= =?UTF-8?q?=20v1.0.3?= 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 aa38311..ccc6349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "prometheus-client==0.24.1", "mashumaro==3.19", "mkdocs-material==9.7.1", - "mkdocstrings[python]==1.0.2", + "mkdocstrings[python]==1.0.3", ] [tool.hatch.envs.hatch-static-analysis]