From f10b7d88511c4ddd42791e872ea5fc44b23e55c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:41:11 +0000 Subject: [PATCH] Update black requirement from <=23.12.1,>=23.3.0 to >=23.3.0,<=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/compare/23.3.0...24.2.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cc9fbe..260f693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - 'black >= 23.3.0, <= 23.12.1', + 'black >= 23.3.0, <= 24.2.0', 'click>=8.1.3', 'ddt>=1.6.0', 'pytest>=7.2.2',