From ecfc2b4df7315c771c740dfccb199beedc8f21fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:25:30 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ^21.10b0 to ^24.4 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/21.10b0...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 31938fc..b3893d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ rich = "^10.14.0" [tool.poetry.dev-dependencies] bandit = "^1.7.1" -black = {version = "^21.10b0", allow-prereleases = true} +black = {version = "^24.4", allow-prereleases = true} darglint = "^1.8.1" isort = {extras = ["colors"], version = "^5.10.1"} mypy = "^0.910"