From 9425391e24b67a8c2819db6803a9531b943b8c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:25:31 +0000 Subject: [PATCH] Update black requirement from <22.1.0,>=21.5b1 to >=21.5b1,<24.2.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/commits) --- 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..ded2e1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -black>=21.5b1,<22.1.0 +black>=21.5b1,<24.2.0 domdf-python-tools>=2.9.1 formate>=0.4.4