| commit | 83b03b1342a9be47ddc033914ae618be17173ea5 | [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:43:34 2026 +0100 |
| tree | 2c721f20557802ad6df06f383a0aae2e62bd473d | |
| parent | 6e2013bfbaee78a533c3b5232b61ec30293b4cd8 [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