From 85350e93c53dc3bbd1aaeb4a0d4d56d2067793fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:21:30 +0000 Subject: [PATCH] Bump black from 25.12.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.12.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62a787f..88d3c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,9 +46,9 @@ dev-flake8 = [ "pydocstyle == 6.3.0", "frequenz-client-base", ] -dev-formatting = ["black == 25.12.0", "isort == 7.0.0"] +dev-formatting = ["black == 26.3.1", "isort == 7.0.0"] dev-mkdocs = [ - "black == 25.12.0", + "black == 26.3.1", "Markdown==3.10.2", "mike == 2.1.4", "mkdocs-gen-files == 0.5.0",