From 5a884844080b93e84ab607c33bb157d4ac247300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:00:29 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from 24.4.1 to 24.4.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/24.4.1...24.4.2) --- 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 85ad5d4..be545e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flake8 = "7.0.0" flake8-pytest-style = "2.0.0" ruff = "0.5.2" coverage = "7.6.0" -black = "24.4.1" +black = "24.4.2" mypy = "1.10.0" [build-system]