From b4069c9f967610ddb6465dcc0817941f32a263ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:10:18 +0000 Subject: [PATCH] :arrow_up: update black requirement from ^23.10 to ^24.2 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.10.0...24.2.0) --- 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 8ff60f8..396ecc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ rich = "^13.6.0" [tool.poetry.dev-dependencies] bandit = "^1.7.1" -black = {version = "^23.10", allow-prereleases = true} +black = {version = "^24.2", allow-prereleases = true} darglint = "^1.8.1" isort = {extras = ["colors"], version = "^5.10.1"} mypy = "^1.0"