From e34ac3b53565c0e3af4f81820236332287422a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:03:26 +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.in | 2 +- requirements.txt | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/requirements.in b/requirements.in index e268d2ad4..6d8674fff 100644 --- a/requirements.in +++ b/requirements.in @@ -33,7 +33,7 @@ pre-commit==2.21.0 # Linting / Formatting autoflake==1.4 -black==22.3.0 +black==24.3.0 flake8==4.0.1 isort==5.8.0 diff --git a/requirements.txt b/requirements.txt index 2deddf0d4..008dd9792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,12 +12,10 @@ attrs==22.2.0 # via pytest autoflake==1.4 # via -r requirements.in -black==22.3.0 +black==24.3.0 # via -r requirements.in bleach[css]==5.0.1 - # via - # bleach - # django-bleach + # via django-bleach boto3==1.26.85 # via django-storages botocore==1.29.85 @@ -92,9 +90,7 @@ django-recaptcha==3.0.0 django-sendgrid-v5==0.8.1 # via -r requirements.in django-storages[boto3]==1.7.1 - # via - # -r requirements.in - # django-storages + # via -r requirements.in django-tinymce==3.5.0 # via -r requirements.in django-unused-media==0.1.13 @@ -168,6 +164,7 @@ oauthlib==3.2.2 # via requests-oauthlib packaging==23.0 # via + # black # build # pytest pathspec==0.11.0 @@ -308,7 +305,9 @@ tomli==2.0.1 # build # pyproject-hooks typing-extensions==4.5.0 - # via django-countries + # via + # black + # django-countries uritemplate==4.1.1 # via google-api-python-client uritools==4.0.1