From 356cc6034048b61225fa31c7bf903e9e243f20db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:25:31 +0000 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v0.26.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e8bc2a9..14211820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev-dependencies = [ # "pre-commit==3.8.0", # pre-commit requires Python 3.9+ # For docs "mkdocs-material==9.5.40", - "mkdocstrings[python]==0.26.1", + "mkdocstrings[python]==0.26.2", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.1", "mkdocs-section-index==0.3.9",