From aa3c72c65674387a166edfa7a2c43d50c0ba7484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:41:09 +0000 Subject: [PATCH] Bump black from 18.6b4 to 24.3.0 Bumps [black](https://github.com/psf/black) from 18.6b4 to 24.3.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/commits/24.3.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 a743a00..628b512 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ pylint = "*" requests = "*" clint = "*" pytest = "*" -black = "==18.6b4" +black = "==24.3.0" [requires] python_version = "3.8"