From a2ddf89e0261b4e3d276bc7da822d4e34aae5466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:16:31 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings-python from 1.18.2 to 2.0.1 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.18.2 to 2.0.1. - [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.18.2...2.0.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd5d3fa..3b9b197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", - "mkdocstrings-python == 1.18.2", + "mkdocstrings-python == 2.0.1", "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [