From 925bc114f24d397d659986683730021183297a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:02:42 +0000 Subject: [PATCH] Update black requirement from ==24.4.* to >=24.4,<25.10 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...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 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 bfa429a..b6a32da 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,<25.10", "flake8==7.1.*", "freezegun==1.5.*", ]