From 821f36698126e6a1876c47c7bdc9a895ca2658f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:05:01 +0000 Subject: [PATCH] fix: bump black from 24.2.0 to 24.4.0 Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.4.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.2.0...24.4.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 56940c3..f76222b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ examples = ["matplotlib"] spark = ["pyspark>=3.0.0"] test = [ "bandit[toml]==1.7.7", - "black==24.2.0", + "black==24.4.0", "check-manifest==0.49", "flake8-bugbear==24.2.6", "flake8-docstrings",