summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 73d8a64..7a163eb 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,5 +1,6 @@
asn1crypto==0.23.0
Babel==2.3.4
+bandit==1.1.0
cffi==1.7.0
cliff==2.8.0
cmd2==0.8.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a62a308..4a51054 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,3 +13,5 @@ tempest>=17.1.0 # Apache-2.0
testtools>=2.2.0 # MIT
stestr>=1.0.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+bandit>=1.1.0;python_version>='3.4'
+bandit>=1.1.0,<=1.6.2;python_version=='2.7'