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 08:31:02 +0200
commita3a2d75eacac179f3f94c66a184ad51fde16bef0 (patch)
tree95d4700445f8804a996c23c6d6af79265a5de004
parentc2f619b14c1468f3d4d89e1b07d3e85815889df4 (diff)
downloadkeystone-a3a2d75eacac179f3f94c66a184ad51fde16bef0.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. Change-Id: Idd2b6254bb4fcf4b168cd35a1a27a9da2ca2280d
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 721f3382a..aa91ebffd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,7 +35,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.6.0,>=1.1.0 # Apache-2.0
[global]
setup-hooks =