From ac95a24418280f4e5ba4b452df2520f10191445c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:24:57 +0000 Subject: [PATCH] build(deps): bump black from 24.2.0 to 24.3.0 (#12535) Bumps [black](https://github.com/psf/black) from 24.2.0 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/compare/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 032d2faca..8e53afd39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -black==24.2.0 +black==24.3.0 flake8==7.0.0 requests==2.31.0