From 323566583f74f8182db6b18c6b5635aa349ec78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:03:03 +0000 Subject: [PATCH] Bump black from 23.12.0 to 24.1.1 in /requirements Bumps [black](https://github.com/psf/black) from 23.12.0 to 24.1.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.12.0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1b0cebd..df683ab9 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -20,7 +20,7 @@ flake8-isort==6.1.1 # https://github.com/nedbat/coveragepy coverage==7.4.0 # https://github.com/ambv/black -black==23.12.0 +black==24.1.1 # https://github.com/PyCQA/pylint-django pylint-django==2.5.5 # https://github.com/pre-commit/pre-commit