From 73dcf0a6644841420370a48a05fbbe23e8af4bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:44:53 +0200 Subject: [PATCH] Bump black from 24.4.1 to 24.8.0 (#523) Bumps [black](https://github.com/psf/black) from 24.4.1 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.1...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> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9bd0e4..67cc5d2 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==24.4.1", + "black==24.8.0", "dill==0.3.8", "flake8==7.1.0", "isort==5.12.0",