Cap bandit to v1.6.2

We don't have test requirements in upper-constraints, so we need
to cap it in stable branches manually to work with Python 2.7.

Change-Id: Ie597e778e3efa61bfd98eaaa92730b5050195e7a
This commit is contained in:
Ivan Kolodyazhny 2020-12-15 11:29:38 +02:00
parent 13d48f8589
commit a512bfc233
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
bandit>=1.1.0,<1.6.3 # Apache-2.0
reno>=2.5.0 # Apache-2.0