From ed5a210dab26f5569ecee783b5fec736190bbadc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:36:39 +0000 Subject: [PATCH] Update dependency mkdocstrings to v0.26.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13d29562..39f3f3ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ dependencies = [ "mkdocs-material==9.5.33", "mkdocs-minify-plugin==0.8.0", "mkdocs-redirects==1.2.1", - "mkdocstrings[python]==0.25.2", + "mkdocstrings[python]==0.26.1", ] [tool.hatch.envs.docs.scripts] build = "mkdocs build --strict"