stable-only: Pin bandit to 1.7.4
bandit 1.7.5 introduced the new lint rule with which current heat code is not compliant. This pins bandit so that any new lint rule does not affect pep8 job in stable branches. Change-Id: Ie552e6398c10797e4df4afe757760c48ca7f80af (cherry picked from commit6a4c7b57b8) (cherry picked from commit66bba4ad21)
This commit is contained in:
@@ -9,7 +9,7 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|||||||
# care of pyflakes version compatibilty.
|
# care of pyflakes version compatibilty.
|
||||||
pyflakes>=2.1.1
|
pyflakes>=2.1.1
|
||||||
|
|
||||||
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
bandit!=1.6.0,>=1.1.0,<1.7.5 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
kombu!=4.0.2,>=5.0.1 # BSD
|
kombu!=4.0.2,>=5.0.1 # BSD
|
||||||
|
|||||||
Reference in New Issue
Block a user