Merge "Blacklist bandit 1.6.0"

This commit is contained in:
Zuul 2019-05-16 05:48:48 +00:00 committed by Gerrit Code Review
commit 1510e05a74
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ amqp==2.1.1
appdirs==1.4.0
asn1crypto==0.23.0
Babel==2.3.4
bandit==1.4.0
cachetools==2.0.0
cffi==1.7.0
chardet==3.0.4

View File

@ -10,7 +10,7 @@
hacking>=1.1.0 # Apache-2.0
#
astroid==2.1.0;python_version>='3.0' # LGPLv2.1
bandit>=1.4.0 # Apache-2.0
bandit!=1.6.0,>=1.4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3