From e8dccb3c584c765f5b3cac0bf3411a03b4c07c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:47:34 +0000 Subject: [PATCH] Bump black from 24.3.0 to 24.4.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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.3.0...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a39997d5..ff920cee 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ boto3-stubs = {version = "==1.34.79", extras = ["dynamodb"]} towncrier = "==23.11.0" pytest-cov = "==5.0.0" pytest-xdist = "==3.5.0" -black = "==24.3.0" +black = "==24.4.0" mypy = "==1.9.0" tbump = "==6.11.0" ruff = "==0.3.5"