From 26f01d91044a6f96c8b41510d3ffad58e3ea483b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:26:37 +0000 Subject: [PATCH] Update black requirement from <=23.12.1,>=23.3.0 to >=23.3.0,<=24.1.1 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.1.1) --- 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..766f608 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.1.1', 'click>=8.1.3', 'ddt>=1.6.0', 'pytest>=7.2.2',