From b24641cf9b66eb1c8d2bd2317cdcb668bb45a702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:19:36 +0000 Subject: [PATCH] Bump black from 21.9b0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 21.9b0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.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 0ac84e6..496d507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.8" mypy = "^0.910" pydocstyle = "^6.1.1" pre-commit = "^2.15.0" -black = "^21.9b0" +black = "^24.3" flake8 = "^4.0.1" isort = "^5.9.3" pyclean = "^2.0.0"