From cba7d198bd25b6ecbccc7120929e863d5b0d6bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:25:32 +0000 Subject: [PATCH] fix: bump black from 23.3.0 to 24.2.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.2.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/23.3.0...24.2.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef3305..bb2b7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ spark = [ ] test = [ "bandit[toml]==1.7.5", - "black==23.3.0", + "black==24.2.0", "check-manifest==0.49", "flake8-bugbear==24.2.6", "flake8-docstrings",