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