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
This commit is contained in:
Andreas Jaeger 2019-08-22 08:31:02 +02:00
parent c2f619b14c
commit a3a2d75eac
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ memcache =
mongodb = mongodb =
pymongo!=3.1,>=3.0.2 # Apache-2.0 pymongo!=3.1,>=3.0.2 # Apache-2.0
bandit = bandit =
bandit!=1.6.0,>=1.1.0 # Apache-2.0 bandit<1.6.0,>=1.1.0 # Apache-2.0
[global] [global]
setup-hooks = setup-hooks =