From 5ef932663c342827ef627e8b4af19212bce8ed21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 07:03:55 +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 e9359dd..f16e77a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest-mock==3.15.1", "pytest-xdist==3.8.0", "coverage[toml]==7.13.0", - "black==25.12.0", + "black==26.1.0", "flake8==7.3.0", "mypy==1.19.1", "types-PyYAML==6.0.12.20250915",