From cdabf356291879fe213d80e0d6e3154128d662e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:08:08 +0000 Subject: [PATCH] Update black requirement from ^23.9.1 to >=23.9.1,<25.0.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.9.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83256bf..7c6fa15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ py-tes = "^0.4.2" [tool.poetry.group.dev.dependencies] -black = "^23.9.1" +black = ">=23.9.1,<25.0.0" flake8 = "^6.1.0" coverage = "^7.3.1" pytest = "^7.4.2"