summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:32:21 +0200
committerMoisés Guimarães de Medeiros <moguimar@redhat.com>2020-07-24 17:32:21 +0200
commitfcb88941e39a31e3ef6c5a930063da419431a7f6 (patch)
tree9759a3e7e7b359e38e8ef89c845f2af929c2c58e
parenta2652b3584da06e4c4ebe96261672309b01c1122 (diff)
downloadoslo-config-fcb88941e39a31e3ef6c5a930063da419431a7f6.tar.gz
Bump bandit version8.3.2
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: Iec3897279cf81f951225f463450c6a1efd028b0b 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 985a9da..bfe3ac5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24,4 +24,4 @@ coverage!=4.4,>=4.0 # Apache-2.0
requests_mock>=1.5.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