From dd6cb47736aa45421f80809b191a84aad6e3c230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:37:51 +0000 Subject: [PATCH] chore: bump black from 24.4.2 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.4.2 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.4.2...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 104da58..08c4d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ spark = [ "pyspark>=3.0.0" ] test = [ - "black==24.4.2", + "black==24.10.0", "bandit[toml]==1.7.9", "check-manifest==0.49", "flake8-bugbear==24.4.26",