From f6e9d88ec038a55b573f40626b2dc7092ed9ea20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:21:02 +0000 Subject: [PATCH] Build(deps-dev): Bump black from 25.11.0 to 25.12.0 in the minor group Bumps the minor group with 1 update: [black](https://github.com/psf/black). Updates `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 dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02b66f2..7dae020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,10 @@ dev-flake8 = [ "pydoclint == 0.8.3", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.11.0", "isort == 7.0.0"] +dev-formatting = ["black == 25.12.0", "isort == 7.0.0"] dev-mkdocs = [ "Markdown == 3.10", - "black == 25.11.0", + "black == 25.12.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2",