From a512bfc233fc76c4375388b8546ab9e60459e1d3 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 15 Dec 2020 11:29:38 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a3902f8c2ff..339fa330361 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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