From 02ef13c30d4ec474e53a9978548570aae902e06c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:08:27 +0000 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v0.29.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9f4329..4db0060c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,7 +163,7 @@ path = "src/dnadiffusion/__about__.py" python = "3.10" dependencies = [ "mkdocs-material==9.4.8", - "mkdocstrings==0.23.0", + "mkdocstrings==0.29.1", "mkdocstrings[python]", "mypy==1.10.0", "pytest==7.4.3",