From f80ce3d7c470e2e91ef96a02300d61dc23c8d259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:41:19 +0000 Subject: [PATCH] Update black requirement from <22.1.0,>=21.5b1 to >=21.5b1,<24.5.0 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/21.5b1...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 583bbd0..d3f1de9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -black>=21.5b1,<22.1.0 +black>=21.5b1,<24.5.0 domdf-python-tools>=2.9.1 formate>=0.4.4