From 63e94c323c6e6e9b3ed1bfb4033f5dd7f244acc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:26:08 +0200 Subject: [PATCH] chore(deps): bump mkdocstrings[python] from 0.24.0 to 0.25.1 (#121) Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.24.0 to 0.25.1. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.25.1) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d65b8581..e04bee89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "mkdocs-include-markdown-plugin >=4.0.0,<7.0.0", "mkdocs-material >=9.0.0,<10.0.0", "mkdocs-material-extensions ==1.3.1", - "mkdocstrings[python] ==0.24.0", + "mkdocstrings[python] ==0.25.1", "mkdocs-mermaid2-plugin ==1.1.1", ]