From 6edc39ec3d0a6b966f989b52303bf8a851f12294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:35:42 +0000 Subject: [PATCH] chore(deps): bump black in /django in the pip group across 1 directory Bumps the pip group with 1 update in the /django directory: [black](https://github.com/psf/black). Updates `black` from 24.4.2 to 26.3.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/24.4.2...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- django/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements/local.txt b/django/requirements/local.txt index f5b62021..24521991 100644 --- a/django/requirements/local.txt +++ b/django/requirements/local.txt @@ -29,7 +29,7 @@ mkdocstrings-python==1.12.2 # ------------------------------------------------------------------------------ flake8-docstrings==1.7.0 # https://github.com/pycqa/flake8-docstrings flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort -black==24.4.2 # https://github.com/psf/black +black==26.3.1 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==2.19.0 # https://github.com/pre-commit/pre-commit