From 071b527f95cf40c63fcec9d565dbc01ebd70efce Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 18 Dec 2020 12:15:58 -0500 Subject: [PATCH] Adjust lower-constraints Changes: - hacking 0.12.0 -> 1.1.0 * it was already at >=1.1.0,<1.2.0 in test-req, so updated l-c - flake8 2.5.5 -> 2.6.0 (for hacking) - added bandit to test-requirements and l-c * needed to set cap for py27 Change-Id: If8a12c18daea9513130a020d01db2c27a93c3cfc --- lower-constraints.txt | 5 +++-- test-requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) 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'