Uncap Bandit

This was capped due to a problem with how it processed exclusions.
Once that problem is fixed we want to uncap it and exlude only the
specific versions that are broken.

Change-Id: I4f367de91842f9062a22de15273eac5010bee954
This commit is contained in:
Hervé Beraud 2019-05-14 11:06:27 +02:00
parent 6ec7a4ce45
commit 9df0e52f6a

View File

@ -17,7 +17,7 @@ pylint==1.4.5 # GPLv2
requests>=2.14.2 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
murano-pkg-check>=0.3.0 # Apache-2.0
bandit>=1.1.0,<1.6.0 # Apache-2.0
bandit>=1.1.0,!=1.6.0 # Apache-2.0
# Some of the tests use real MySQL and Postgres databases
PyMySQL>=0.7.6 # MIT License