summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-12-09 10:08:19 +0000
committerElod Illes <elod.illes@est.tech>2020-12-15 10:33:06 +0100
commit4887f10a3124ec0c50ecc7df3c264420b5960aca (patch)
tree3de6a73f5317058175c8a9c69f5bb7b79f42633c
parentfcd1195b09017d59667cca76c33c1e5c5c8a4fc9 (diff)
downloadnova-4887f10a3124ec0c50ecc7df3c264420b5960aca.tar.gz
[stable-only] Cap bandit to 1.6.2
The 1.6.3 [1] release has dropped support for py2 [2] so cap to 1.6.2 when using py2. [1] https://github.com/PyCQA/bandit/releases/tag/1.6.3 [2] https://github.com/PyCQA/bandit/pull/615 Depends-On: https://review.opendev.org/c/openstack/swift/+/766495 Conflicts: test-requirements.txt Closes-Bug: #1907438 Change-Id: Ie5221bf37c6ed9268a4aa0737ffcdd811e39360a
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b2444f6da0..27822d3fef 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,7 +22,7 @@ osprofiler>=1.4.0 # Apache-2.0
testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<=1.6.2 # Apache-2.0
openstackdocstheme>=1.16.0 # Apache-2.0
gabbi>=1.35.0 # Apache-2.0