Updating python dependencies
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5c9b9a9..604d3e2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ parallel_show_output = true
 deps = black
 skip_install = true
 commands =
-        black --check --diff osmclient/
+        black --check --diff osmclient/
 
 
 #######################################################################################
@@ -66,7 +66,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-        pylint -E osmclient
+        pylint -E osmclient
 
 
 #######################################################################################
@@ -82,7 +82,7 @@ commands =
 
 #######################################################################################
 [testenv:pip-compile]
-deps =  pip-tools==6.4.0
+deps =  pip-tools==6.6.2
 skip_install = true
 whitelist_externals = bash
         [