From 2122636f38a03f073ef64d6cc429d86f1c1942dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:45:25 +0000 Subject: [PATCH] :arrow_up: Update black requirement from <24.0,>=22.1 to >=22.1,<25.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/22.1.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 7d709fd..ea1512a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ check_reqs = "check_reqs.__main__:app" [project.optional-dependencies] dev = [ "bandit~=1.7.4", -"black>=22.1,<24.0", +"black>=22.1,<25.0", "darglint~=1.8.1", "isort[colors]>=5.10.1,<5.14.0", "mypy>=0.941,<2.0",