From 75be275df336896b97d3b1e2afe7fc3bc681d54a Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:12:55 +0200 Subject: [PATCH] Bump mkdocstrings[python] to 0.30.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32c59c7..e11982e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "prometheus-client==0.23.1", "mashumaro==3.17", "mkdocs-material==9.6.21", - "mkdocstrings[python]==0.30.0", + "mkdocstrings[python]==0.30.1", ] [tool.hatch.envs.hatch-static-analysis]