summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTravis McPeak <tmcpeak@us.ibm.com>2016-09-02 09:52:17 -0700
committerTravis McPeak <tmcpeak@us.ibm.com>2016-09-16 09:20:34 -0700
commitb587d1606c5bd524efc473182f6048580fae33c8 (patch)
tree58bfffaa04cd28f1c2bac76ddb3372437e468600 /test-requirements.txt
parent7ff1055ff3cf3b532ebdc3aed65db31a23b8e801 (diff)
downloadswift-b587d1606c5bd524efc473182f6048580fae33c8.tar.gz
Updating Bandit config file
This commit updates the Swift Bandit file to the new style introduced in Bandit 1.0. In response to the struggle with getting a Bandit config file working and kept up to date we introduced a simplified version in Bandit 1.0. This commit updates Swift's bandit.yaml to use the new version. Change-Id: Ida5dd08f4ea72a377346f2159caeb2f3741d4980
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 933bc68ca..b5cc75f95 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,4 +18,4 @@ python-swiftclient
python-keystoneclient>=1.3.0
# Security checks
-bandit>=0.10.1
+bandit>=1.1.0 # Apache-2.0