From 4018f8622d106b627863550fbea7d9cf7ec4fa94 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 22 Aug 2019 08:31:02 +0200 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c3da58b24b..43117a3212 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 =