summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-08-22 08:31:02 +0200
committerAndreas Jaeger <aj@suse.com>2019-08-22 10:08:26 +0200
commit4018f8622d106b627863550fbea7d9cf7ec4fa94 (patch)
tree1009e0388a3e0c16b2c5f01f38003adc0eb50e0f
parent82d8adbf4a2f1e0e19f71ca81e8c9022157a9cba (diff)
downloadkeystone-4018f8622d106b627863550fbea7d9cf7ec4fa94.tar.gz
Cap bandit
Bandit is a linter, let's cap the version in a stable branch so that new versions of bandit do not introduce pepe8 failures. This is capped to version 1.4, same version as listed in upper-constraints file in requirements repo for stable/pike branch. Change-Id: Idd2b6254bb4fcf4b168cd35a1a27a9da2ca2280d
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c3da58b24..43117a321 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@ memcache =
mongodb =
pymongo!=3.1,>=3.0.2 # Apache-2.0
bandit =
- bandit!=1.6.0,>=1.1.0 # Apache-2.0
+ bandit<1.5.0,>=1.1.0 # Apache-2.0
[global]
setup-hooks =