From 8ac4f8f153321afc7d8d0d7de9f65dc8b08a7c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:36:27 +0000 Subject: [PATCH] Bump black from 23.7.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.7.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/23.7.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3fb87cf..50887f7 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,7 +1,7 @@ amqp==5.2.0 asgiref==3.8.1 billiard==4.2.1 -black==23.7.0 +black==24.3.0 celery==5.4.0 certifi==2024.8.30 click==8.1.7 diff --git a/requirements.txt b/requirements.txt index f4e659b..11107fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-debug-toolbar==4.4.6 secure==1.0.0 # Linting and formatting tools -black==23.7.0 +black==24.3.0 isort==5.13.2 # Test dependencies