Bump bandit version
Bandit 1.6.0 changes the behavior of the '-x' option so that it now supports glob patterns. Update our tox file to use to correctly exclude test code from bandit scans. This requires bumping our minimum bandit version. For additional details, refer to ML Thread[1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006116.html Change-Id: I0b61934067bfb69ed3375f14bb1e05c9eeb694ad
This commit is contained in:
committed by
Rajat Dhasmana
parent
7af13ef613
commit
0554ee1d47
@@ -4,7 +4,7 @@ amqp==2.2.2
|
||||
appdirs==1.4.3
|
||||
asn1crypto==0.24.0
|
||||
automaton==1.14.0
|
||||
bandit==1.1.0
|
||||
bandit==1.6.0
|
||||
bcrypt==3.1.4
|
||||
cachetools==2.0.1
|
||||
castellan==0.16.0
|
||||
|
||||
Reference in New Issue
Block a user