From b750a2f6a2bd34b7f62cde22e168b0c67d17fd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:20:30 +0000 Subject: [PATCH] Bump black from 19.10b0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 19.10b0 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 67ce04b..1531910 100644 --- a/Pipfile +++ b/Pipfile @@ -16,5 +16,5 @@ pytest-cov = "*" coveralls = "*" sphinx_rtd_theme = "*" mypy = "*" -black = "==19.10b0" +black = "==24.3.0" codecov = "*"