From 6e643b79fb363582a197f416e52fe54316b0912e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:00:59 +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 7fe005d..6268eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ module-name = "pyromark._pyromark" dev-dependencies = [ "mkdocs-material==9.5.40", "mkdocs-minify-html-plugin==0.2.3", - "mkdocstrings==0.26.1", + "mkdocstrings==0.26.2", "mkdocstrings-python==1.11.1", "pytest==8.3.3", ]