Pin black version to 23.12.1
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8ab0e4a..72cf08c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -43,7 +43,7 @@ commands =
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==23.12.1
 skip_install = true
 commands =
         black --check --diff NG-RO
@@ -131,7 +131,8 @@ commands =
 
 #######################################################################################
 [testenv:flake8]
-deps =  flake8
+deps =
+        flake8==6.1.0
         flake8-import-order
 skip_install = true
 commands =