From 3d802e3345e495282e56d410b0e17f574cc2c3c3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 29 Jan 2024 18:49:23 +0100 Subject: [PATCH] Pin black version in tox.ini to 23.12.1 Change-Id: I0fb0e6583b9d2dc183308b0cf0723d87fe4f54ee Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e1560bb..ee43058 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff osmclient/ -- 2.25.1