From 8c9cf52715ec51cb4a445fde74e23404c2276693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:48:46 +0000 Subject: [PATCH] Bump black from 23.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.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/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0f91efd..5f3ee66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.6.0 # via django attrs==23.1.0 # via jsonschema -black==23.3.0 +black==24.3.0 # via -r requirements.in build==0.10.0 # via pip-tools @@ -123,9 +123,12 @@ tomli==2.0.1 # black # build # coverage + # pyproject-hooks # pytest typing-extensions==4.5.0 - # via django-modeltranslation + # via + # black + # django-modeltranslation tzdata==2023.3 # via pandas uritemplate==4.1.1