From: garciadeblas Date: Tue, 20 Jan 2026 11:40:18 +0000 (+0100) Subject: Upgrade pip dependencies X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=ce867dec71ca3b90aa77d9d6dc87a0dd1701ab75;p=osm%2FNG-SA.git Upgrade pip dependencies Change-Id: I0d137585650a1f28c2f0947e27fe7bcab3e61369 Signed-off-by: garciadeblas --- 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