From 91fd7c16a72dcd18615df8a61d4431f9d265d627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:55:57 +0000 Subject: [PATCH] Bump black from 25.9.0 to 25.11.0 Dependabot couldn't find the original pull request head commit, b930f5709a24327a4383bc23bd0466bbceedd8a6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 383243a..c75e26c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "black==25.9.0", + "black==25.11.0", "build==1.3.0", "mypy==1.19.1", "pylint==3.3.9",