From d9f8fdc6fc1685f574bf3220eafca5ec2f1ecf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:00:08 +0000 Subject: [PATCH] Bump black from 22.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.3.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/22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9bafe6..a80e94c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ celery==5.2.7 redis==4.3.4 flower==1.2.0 pytest==7.1.2 -black==22.3.0 +black==24.3.0 flake8==4.0.1 pre-commit==2.20.0 sphinx==4.5.0 diff --git a/setup.py b/setup.py index 57951da..163ece8 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ extras_require={ 'dev': [ 'pytest==7.1.2', - 'black==22.3.0', + 'black==24.3.0', 'flake8==4.0.1', 'pre-commit==2.20.0', 'sphinx==4.5.0',