From 64f0581cd9371b1b0e39f7e0438aeac96ef847e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:16:42 +0000 Subject: [PATCH] Update black requirement from ~=24.10.0 to ~=25.1.0 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d80ff30..c45eeca 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ jira = "~=3.0.0" logging-formatter-anticrlf = "~=1.2.1" [dev-packages] -black = "~=24.10.0" +black = "~=25.1.0" flake8 = "~=7.1.1" [requires]