From 7743b010bca9504f838c5e8195c7e9f47f91a13a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:27:50 +0000 Subject: [PATCH] fix(deps): update dependency black to v26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c84732..f35465b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "pytest>=7.4.4,<8.0.0", "pytest-cov>=4.1.0,<5.0.0", "responses>=0.25.7,<1.0.0", - "black>=25.0.0,<26.0.0", + "black>=26.3.1,<26.4.0", ] publish = [ "build",