summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:32:02 +0200
committerMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:32:02 +0200
commit2f7880383987f18861338e9c59b598bc98fa385e (patch)
treefe92d9bdcf2b085a44235f39287c6045b681c5ec
parent201255dbc9da0d989d5fb742b84e1a9be40d47ed (diff)
downloadoslo-concurrency-2f7880383987f18861338e9c59b598bc98fa385e.tar.gz
Bump bandit version4.3.0
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: I358b62b45096cfbcafe0e665d92e6b05fb36b153 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 9bc08af..e0da2c5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,4 +10,4 @@ stestr>=2.0.0 # Apache-2.0
eventlet>=0.19.0 # MIT
# Bandit security code scanner
-bandit>=1.1.0,<1.6.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0