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>
This commit is contained in:
Moisés Guimarães de Medeiros 2020-07-24 17:36:03 +02:00
parent ff61e1577c
commit 0d087b043e

View File

@ -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