From 7a2a2c65098ed5c5f7bc781866b05b581db1605f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:24:34 +0000 Subject: [PATCH] Update black requirement from ~=23.7.0 to >=23.7,<25.2 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/23.7.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e1de34c..592dec0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ python_requires = >= 3.9 [options.extras_require] dev = - black~=23.7.0 + black>=23.7,<25.2 flake8~=6.1.0 flake8-bugbear~=23.7.10 flake8-docstrings~=1.7.0