From 06dda3c938803a57fd4603f16a18f3bb52aef7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 06:20:52 +0000 Subject: [PATCH] Update black requirement from ~=22.0 to ~=24.8 in the pip group Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Updates `black` to 24.8.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/compare/22.1.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ab2f267..de3020a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ pytest~=5.4 -black~=22.0 +black~=24.8 isort~=5.7 flake8~=5.0 \ No newline at end of file