From d46d01d9d5a970956b3261bdc6ba5db9a0a5340c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:08:54 +0000 Subject: [PATCH] Update black requirement from ~=24.10.0 to ~=25.9.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.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 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..8d66c50 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.9.0" flake8 = "~=7.1.1" [requires]