From 17e60157297ba99a52b25a57105e0b52ee323a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:13:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20mkdocstrings=20to?= =?UTF-8?q?=20v1.0.4?= 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 5931b7e..2ca4df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "prometheus-client==0.25.0", "mashumaro==3.20", "mkdocs-material==9.7.6", - "mkdocstrings[python]==1.0.3", + "mkdocstrings[python]==1.0.4", "pytest-asyncio==1.3.0", "pytest==9.0.3", "pytest-cov==7.1.0",