diff --git a/test-requirements.txt b/test-requirements.txt index 0ca55ed..9f64b60 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 # Bandit security code scanner -bandit>=1.1.0,<1.6.0 # Apache-2.0 +bandit>=1.6.0,<1.7.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 58b8196..cda6bea 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,7 @@ commands = deps = {[testenv]deps} commands = flake8 - # Run security linter (deactivated as it fails on tmpdir issue right now) - # bandit -r oslo_metrics -x tests -n5 + bandit -r oslo_metrics -x tests -n5 [testenv:venv] commands = {posargs}