From c7c628479f52c3e90ac8497a4979094dfa19138f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:00:32 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings in the patch group Bumps the patch group with 1 update: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocstrings` from 1.0.4 to 1.0.6 - [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/1.0.4...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f29f75..7bdcdac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", - "mkdocstrings[python] == 1.0.4", + "mkdocstrings[python] == 1.0.6", "mkdocstrings-python == 2.0.5", "frequenz-repo-config[lib] == 0.16.0", ]