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

View File

@ -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 =