From a28e56418b212ba10a2dd31d0215e0bbbda7f271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:19:11 +0000 Subject: [PATCH] Bump black from 22.10.0 to 24.2.0 in /src Bumps [black](https://github.com/psf/black) from 22.10.0 to 24.2.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.10.0...24.2.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 531c159..c808582 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ astroid==2.12.13 # via # -r src/requirements.txt # pylint -black==22.10.0 +black==24.2.0 # via -r src/requirements.txt cfgv==3.3.1 # via