Pin flake8 version in tox.ini to 6.1.0

Change-Id: I8b16a5b5bb7f037bc627613303344d51ba6b5672
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini
index f2d9692..41a0999 100644
--- a/tox.ini
+++ b/tox.ini
@@ -138,7 +138,7 @@
 #######################################################################################
 [testenv:flake8]
 deps =
-        flake8
+        flake8==6.1.0
         flake8-import-order
 skip_install = true
 commands =