From 1453a3a6e2e1304e3f4dda1255f090d293c58e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:31:09 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^23.1.0 to ^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.1.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 bcba2f4..9be340c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pre-commit = "^3.0.3" coverage = "^7.2.7" pyclean = "^2.2.0" pytest = "^7.2.1" -black = "^23.1.0" +black = "^24.2.0" [build-system] requires = ["poetry-core>=1.0.0"]