| commit | 53883b2ccdb2091551be16a635c5b820df613740 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jan 20 12:40:18 2026 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jan 20 12:42:03 2026 +0100 |
| tree | 694e536d3928701b4e99970749e465c5a1692263 | |
| parent | 365b49001a2cc41245f20f99593f6eebbf929258 [diff] |
Upgrade pip dependencies Change-Id: I0d137585650a1f28c2f0947e27fe7bcab3e61369 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini index 40bada8..d8ecd61 100644 --- a/tox.ini +++ b/tox.ini
@@ -32,7 +32,7 @@ ####################################################################################### [testenv:black] -deps = black +deps = black==25.12.0 skip_install = true commands = black --check --diff src setup.py