From 53883b2ccdb2091551be16a635c5b820df613740 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 40bada8..d8ecd61 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,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