diff --git a/test-requirements.txt b/test-requirements.txt index 8e3e0bf..983269d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ # hacking pulls in flake8 hacking bashate >= 0.2 -bandit!=1.6.0,>=1.1.0,<2.0.0 +bandit;python_version>="3.5"