From 505ce2789f829593c08bb9c2ddb8edbf9840894d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:58:47 +0000 Subject: [PATCH] build(deps): bump black from 25.9.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.12.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/25.9.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f6fe29f57..73bed92c8 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -28,7 +28,7 @@ django-silk==5.4.3 flake8==7.3.0 # https://github.com/PyCQA/flake8 flake8-isort==7.0.0 # https://github.com/gforcada/flake8-isort coverage==7.13.1 # https://github.com/nedbat/coveragepy -black==25.9.0 # https://github.com/psf/black +black==25.12.0 # https://github.com/psf/black pylint-django==2.6.1 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==4.5.1 # https://github.com/pre-commit/pre-commit