From c41c61372ba262b5c1796b7af5b8d7bca34f0752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:04:34 +0000 Subject: [PATCH] Update black requirement from <23,>=22.1 to >=22.1,<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/22.1.0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- formatting-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatting-requirements.txt b/formatting-requirements.txt index c7d63b2fb..fa3d337ce 100644 --- a/formatting-requirements.txt +++ b/formatting-requirements.txt @@ -1,4 +1,4 @@ # Dependencies for code formatting -black>=22.1,<23 +black>=22.1,<25 isort>=5.10,<6