From 749d290bed5889d2e467014d237e6af9e6f6489c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:21:33 -0600 Subject: [PATCH] Bump black from 24.4.2 to 24.8.0 (#121) Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.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.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Hunhoff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84f0023..cf49293 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "pytest-instafail==0.5.0", "pytest-cov==5.0.0", "pycodestyle==2.12.0", - "black==24.4.2", + "black==24.8.0", "isort==5.13.2", "mypy==1.10.0", "dnfile==0.15.0",