From 476299a308949063e900af5adc1ecb4be85fe9e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 01:49:04 +0000 Subject: [PATCH] Bump mkdocstrings to v0.30.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 066644d..fe4c5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python = "3.12" dependencies = [ "aioresponses==0.7.8", "mkdocs-material==9.6.15", - "mkdocstrings[python]==0.29.1", + "mkdocstrings[python]==0.30.0", "mypy==1.17.0", "pre-commit==4.2.0", "pytest-asyncio==1.1.0",