From 549489ce51d7827207c397c935f5a6c68b26c75b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:26:47 +0000 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ccfc3564..29bd0894f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ examples = [ ] docs = [ "mkdocs~=1.0", - "mkdocstrings[python]~=0.0", + "mkdocstrings[python]~=1.0", "mkdocs-material~=9.0", "pymdown-extensions~=10.0" ]