From 51768f6f6a4fa38daca089bef27034487a6b22c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:05:02 +0000 Subject: [PATCH] Build(deps): 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 fe3486b..85da7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,10 +48,10 @@ dev-flake8 = [ "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 24.10.0", "isort == 6.0.0"] +dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] dev-mkdocs = [ "Markdown == 3.7", - "black == 24.10.0", + "black == 25.1.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1",