From c7ac88fc2d7c0010cda803635071c440c80277ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:29:42 +0000 Subject: [PATCH] Bump black from 23.3.0 to 23.12.1 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.12.1. - [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...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 10fd39f..6e848c3 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ django==4.2.4 django-crispy-forms==1.14.0 django-debug-toolbar==4.1.0 flake8==6.0.0 -black==23.3.0 +black==23.12.1 coverage==7.4.0 model_bakery==1.13.0 pip-tools==6.13.0 diff --git a/requirements.txt b/requirements.txt index f4967d9..5bf8f29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.6.0 # via django backports-zoneinfo==0.2.1 # via django -black==23.3.0 +black==23.12.1 # via -r requirements.in build==0.8.0 # via pip-tools