From 1db4c8a56ae4dd3aae92b0c6fd865c7f987c2515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 06:53:33 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ca32ee6..f19706cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ ] # Lock file: requirements_dev.txt optional-dependencies.dev = [ - "black == 25.11.0", + "black == 25.12.0", "pylint == 4.0.4", "pytest == 9.0.2", ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 14527b55..f30691f5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ astroid == 4.0.2 -black == 25.11.0 +black == 25.12.0 click == 8.3.1 colorama == 0.4.6 dill == 0.4.0