Blacklist bandit 1.6.0 due to directory exclusion bug

Bandit 1.6.0 introduces a regression[0] with the -x option,
a fix is expected to be included in 1.6.1 soon.

[0] https://github.com/PyCQA/bandit/issues/488
[1] https://github.com/PyCQA/bandit/pull/489

Change-Id: Id29f06b68a95f53ad62bdc597bbb0f12bc4d6a60
This commit is contained in:
Brian Haley 2019-05-09 23:10:10 -04:00
parent bcd898220f
commit b04ea0d031
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
hacking>=1.1.0,<1.2.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8-import-order==0.12 # LGPLv3