From 4292ae45d68b2bd2c83a623b306a9e74b927acad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:21:45 +0000 Subject: [PATCH] Update black requirement from ==24.4.* to >=24.4,<24.9 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ccba00..23a4ee2 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "pytest==8.2.*", "pytest-cov==5.0.*", "pytest-mock==3.14.*", - "black==24.4.*", + "black>=24.4,<24.9", "flake8==7.1.*", "freezegun==1.5.*", ]