diff --git a/lower-constraints.txt b/lower-constraints.txt index 5bfa512da..c37e56db1 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -2,6 +2,7 @@ alabaster==0.7.10 appdirs==1.3.0 asn1crypto==0.23.0 Babel==2.3.4 +bandit==1.1.0 castellan==0.16.0 cffi==1.7.0 cliff==2.8.0 @@ -16,10 +17,10 @@ eventlet==0.18.2 extras==1.0.0 fasteners==0.7.0 fixtures==3.0.0 -flake8==2.5.5 +flake8==2.6.0 future==0.16.0 greenlet==0.4.10 -hacking==0.12.0 +hacking==1.1.0 idna==2.6 imagesize==0.7.1 iso8601==0.1.11 diff --git a/test-requirements.txt b/test-requirements.txt index b0e98f6b9..73a2abf59 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,3 +15,5 @@ testtools>=2.2.0 # MIT stestr>=1.0.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 castellan>=0.16.0 # Apache-2.0 +bandit>=1.1.0;python_version>='3.4' +bandit>=1.1.0,<=1.6.2;python_version=='2.7'