From 48598ec89e1ee6032f58e45aa5d4ca96df058c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:16:44 +0000 Subject: [PATCH] Update black requirement from ^23.1.0 to ^24.4.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.4.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 1674280..5ddcf1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ nox = "^2023.4.22" mypy = "^1.1.1" [tool.poetry.group.linting.dependencies] -black = "^23.1.0" +black = "^24.4.0" ruff = "^0.1.9" codespell = "^2.2.5"