From a585411440d9f7a65b5d58e58af1147d7496d55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:03:35 +0000 Subject: [PATCH] Bump black from 24.8.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.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.8.0...24.10.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 3ec258b..d4835d6 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest = "==8.3.3" pytest-benchmark = "==4" pytest-cov = "==5.0.0" mypy = "==1.11.2" -black = "==24.8.0" +black = "==24.10.0" tbump = "==6.11.0" sphinx = {version = "==8.0.2", markers="python_version >= '3.12'"} ruff = "==0.6.9"