Bug 2198 - NBI authentication uses fix username, password and project
[osm/tests.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 05ace87..2898650 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,7 @@ whitelist_externals = sh
 
 #######################################################################################
 [testenv:flake8]
-deps = flake8
+deps = flake8==5.0.4
 commands =
         flake8 robot-systest
 
@@ -72,7 +72,7 @@ commands =
 
 #######################################################################################
 [testenv:pip-compile]
-deps =  pip-tools==6.4.0
+deps =  pip-tools==6.6.2
 skip_install = true
 whitelist_externals = bash
         [