From be2727ba237efc09386a58cf028afd4b7f32ff9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:20:01 +0000 Subject: [PATCH] Bump mkdocstrings-python in the mkdocstrings group Bumps the mkdocstrings group with 1 update: [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocstrings-python` from 1.16.12 to 1.18.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.12...1.18.2) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.18.2 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 45fd886..b971e78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.3.7", "mkdocs-material == 9.6.15", "mkdocstrings[python] == 0.30.0", - "mkdocstrings-python == 1.16.12", + "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.5", "frequenz-client-base", ]