From 91c1e4365170c49d2527313afc2d8cdf22c9a8ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 04:56:10 +0000 Subject: [PATCH] chore(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 bc18db5..0249720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.14.13" coverage = "7.13.1" -black = "25.12.0" +black = "26.1.0" mypy = "1.19.1" bandit = "1.9.2" xenon = "0.9.3"