From b5e5a991bdc880632d5825f82f3e00bf4f7a7fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:54:14 +0000 Subject: [PATCH] [deps]: Update black to v26 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86c6a9c..d0d6276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ optional = true [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.1" flake8 = "7.1.1" -black = "24.10.0" +black = "26.3.1" mypy = "1.14.1" isort = "5.13.2" pre-commit = "4.0.1"