From f3f5fef980918268a31dad5f471eb9652bbff0eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:12:20 +0000 Subject: [PATCH] chore(deps): update dependency mkdocstrings to v0.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fab1c0e..f1cf513f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -161,7 +161,7 @@ path = "src/dnadiffusion/__about__.py" python = "3.10" dependencies = [ "mkdocs-material==9.4.8", - "mkdocstrings==0.23.0", + "mkdocstrings==0.24.0", "mkdocstrings[python]", "mypy==1.6.1", "pytest==7.4.3",