summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:36:03 +0200
committerMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:36:03 +0200
commit0d087b043e4c4df97e27adc077848b3f0673628e (patch)
tree3ba03efaa0c73b5535fcc0223227338c891efdb2
parentff61e1577c3aaec6242951876263108559d1a203 (diff)
downloadoslo-rootwrap-0d087b043e4c4df97e27adc077848b3f0673628e.tar.gz
Bump bandit version
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: Ic61bffb3845a53df14765194482f6264417d0ac7 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 f231f86..b0959bb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,4 +17,4 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
reno>=3.1.0 # Apache-2.0
# Bandit security code scanner
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0