summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kolodyazhny <e0ne@e0ne.info>2020-12-15 11:29:38 +0200
committerIvan Kolodyazhny <e0ne@e0ne.info>2020-12-15 12:35:20 +0200
commit7abe6dc063eac6f40a3c4eacde41f222989c7a36 (patch)
tree85fe32720beb34ecb4072c00bf24dd691affc148
parent14de07ed463fa9c9f21855b87c810ae3788e7c78 (diff)
downloadcinder-7abe6dc063eac6f40a3c4eacde41f222989c7a36.tar.gz
Cap bandit to v1.6.2
We don't have test requirements in upper-constraints, so we need to cap it in stable branches manually to work with Python 2.7. Change-Id: Ie597e778e3efa61bfd98eaaa92730b5050195e7a (cherry picked from commit a512bfc233fc76c4375388b8546ab9e60459e1d3) (cherry picked from commit 7f77de0519d8d63cea47fcf84831cde625380411)
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 811f7dded..8d91225ab 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,4 +19,4 @@ testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.3 # Apache-2.0