From fbace7ea25683ab9427a340a3e18867451179974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:43:28 +0000 Subject: [PATCH] :arrow_up: Bump black from 23.12.1 to 24.4.0 Bumps [black](https://github.com/psf/black) from 23.12.1 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/23.12.1...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2a4992..16abb58 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readme(): "tensorflow": ["tensorflow>=2.4.0"], "tensorflow_gpu": ["tensorflow-gpu>=2.4.0"], "test": [ - "black==23.12.1", + "black==24.4.0", "dill==0.3.8", "flake8==7.0.0", "isort==5.12.0",