From 03246ef77108e2aa27c35ce25726797bbb6f05a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:06:06 +0000 Subject: [PATCH] chore(deps): bump mkdocstrings[python] from 0.29.1 to 0.30.0 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 0.30.0. - [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.29.1...0.30.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00d1ea58..906ae3b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ docs = [ "mkdocs-include-markdown-plugin >=4.0.0,<8.0.0", "mkdocs-material >=9.0.0,<10.0.0", "mkdocs-material-extensions ==1.3.1", - "mkdocstrings[python] ==0.29.1", + "mkdocstrings[python] ==0.30.0", "mkdocs-mermaid2-plugin ==1.2.1", ]