From cfc5e4bc387d947b5d1e6719a865050bd049d8fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:59:05 +0000 Subject: [PATCH] fix(deps): update dependency black to v25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40514f01..88026d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ qa = [ "pycairo", # needed for fontTools varLib.interpolatable --pdf ] test = [ - "black ==24.10.0", + "black ==25.1.0", "pytest", ]