From 9bd9f5211b5d89b3f99cd35d447a9fc60c1806f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:45:50 +0000 Subject: [PATCH] Bump black from 24.3.0 to 24.4.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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/24.3.0...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... 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 aac23b2bff7..d41129056bd 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -4,7 +4,7 @@ # # pip-compile requirements/checkformatting.in # -black==24.3.0 +black==24.4.0 # via -r requirements/checkformatting.in build==1.0.3 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index ad4d8e5acf2..626b155fe8f 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -4,7 +4,7 @@ # # pip-compile requirements/format.in # -black==24.3.0 +black==24.4.0 # via -r requirements/format.in build==1.0.3 # via pip-tools