From 78050d7a1fd0a0a25c8607391e8a47260a55397b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:17:40 +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 016ad737..a5f2328f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ dev-flake8 = [ "pydoclint == 0.5.14", "pydocstyle == 6.3.0", ] -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",