From eef0cf6f9c77571eb9f51b5cb93ef701401dd064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:36:00 +0000 Subject: [PATCH] Update black requirement from <24 to <25 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/18.3a0...24.1.1) --- 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 bd26272..31fdcb8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ extras_require={ "lint": [ "flake8<7", - "black<24", + "black<25", "pylint<4", "mypy<2" ],