From 56e7f0ca1609db530617da2f1d9c06609587259d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:09:23 +0000 Subject: [PATCH] Bump mkdocstrings[python] in the mkdocstrings group Bumps the mkdocstrings group with 1 update: [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocstrings[python]` 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 dependency-group: mkdocstrings ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47ec208..3d36768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", "mkdocs-material == 9.6.14", - "mkdocstrings[python] == 0.29.1", + "mkdocstrings[python] == 0.30.0", "mkdocstrings-python == 1.16.12", "frequenz-repo-config[lib] == 0.13.5", ]