From 57387d100d48beee0975578a4df6b8ee15ab4a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:40:20 +0000 Subject: [PATCH] fix(deps): update dependency black to v26 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32063d6..2eb9fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pycodestyle = [ {version = "^2.9", python = ">=3.8,<3.12"}, {version = "^2.11", python = "^3.12"}, ] -black = ">=23.1,<26.0" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14 +black = ">=26.3,<26.4" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14 better-diff = "^0.1.3" # Additional support libraries