From ce867dec71ca3b90aa77d9d6dc87a0dd1701ab75 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 20 Jan 2026 12:40:18 +0100 Subject: [PATCH] Upgrade pip dependencies Change-Id: I0d137585650a1f28c2f0947e27fe7bcab3e61369 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e5a6142..2f84230 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==25.12.0 skip_install = true commands = black --check --diff src setup.py -- 2.25.1