From a236f54209da2c723d9e16f97964841692822866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:05:04 +0000 Subject: [PATCH] Bump black from 25.11.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 25.11.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.11.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/checkformatting.txt | 2 +- requirements/format.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 86f1627c..869ae881 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/checkformatting.in # -black==25.11.0 +black==25.12.0 # via -r requirements/checkformatting.in build==1.0.3 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index 3bb872ea..efc7b059 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe requirements/format.in # -black==25.11.0 +black==25.12.0 # via -r requirements/format.in build==1.0.3 # via pip-tools