From 25592934a2d64e85b726886f0555de42e53b42ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:13:52 +0000 Subject: [PATCH] Bump black[jupyter] from 25.11.0 to 25.12.0 in the actions group Bumps the actions group with 1 update: [black[jupyter]](https://github.com/psf/black). Updates `black[jupyter]` 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[jupyter] dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f9b4e9..235c6945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "black[jupyter] ==25.11.0", + "black[jupyter] ==25.12.0", "blackdoc ==0.4.6", "codespell ==2.4.1", "coverage >=7.5.0",