From 219fecc3983c1d848b0b5022c9968df2cde0ae17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:46:16 +0000 Subject: [PATCH] Bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [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/24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production 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 90ccdb7..2dcfe93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,9 +46,9 @@ dev-flake8 = [ "pydocstyle == 6.3.0", "frequenz-client-base", ] -dev-formatting = ["black == 24.10.0", "isort == 5.13.2"] +dev-formatting = ["black == 25.1.0", "isort == 5.13.2"] dev-mkdocs = [ - "black == 24.10.0", + "black == 25.1.0", "Markdown==3.7", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0",