From 823e4920e5a1d22f310facf6523268ee05e8087b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:11:18 +0000 Subject: [PATCH] Bump black from 21.4b2 to 24.3.0 Bumps [black](https://github.com/psf/black) from 21.4b2 to 24.3.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/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b58a56a..9288a1b 100644 --- a/setup.py +++ b/setup.py @@ -224,7 +224,7 @@ def get_model_zoo_configs() -> List[str]: "dataclasses; python_version<'3.7'", "omegaconf>=2.1.0rc1", "hydra-core>=1.1.0rc1", - "black==21.4b2", + "black==24.3.0", # When adding to the list, may need to update docs/requirements.txt # or add mock in docs/conf.py ],