From dfe3e87787f54942fce1c75384104f99950e4315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:47:09 +0000 Subject: [PATCH] Bump black from 24.4.0 to 24.4.2 Bumps [black](https://github.com/psf/black) from 24.4.0 to 24.4.2. - [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.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/checkformatting.txt | 2 +- requirements/format.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 13203610..277bafcd 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/checkformatting.in # -black==24.4.0 +black==24.4.2 # via -r requirements/checkformatting.in build==1.0.3 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index c45c3240..6799dd6c 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/format.in # -black==24.4.0 +black==24.4.2 # via -r requirements/format.in build==1.0.3 # via pip-tools