summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:34:51 +0200
committerMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:34:51 +0200
commitea8e88109bb7ba36eb83ab968637017710fdb96c (patch)
tree37fbef07d6276af0f02a321f5fe34f438471da81
parent17ada34571427fbe3b44bcf35ef773c78ca70b5d (diff)
downloadoslo-middleware-ea8e88109bb7ba36eb83ab968637017710fdb96c.tar.gz
Bump bandit versionvictoria-em4.1.1
This patch bumps bandit allowed version to >=1.6.0,<1.7.0 in order to avoid the errors detailed here https://github.com/PyCQA/bandit/pull/393 Change-Id: I0b8b5a8899b22744cfd65b5e889a6283aec9ddfe Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f63558..33ecb80 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,5 +9,5 @@ testtools>=2.2.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
# Bandit security code scanner
-bandit>=1.1.0,<1.6.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0