From 7abe6dc063eac6f40a3c4eacde41f222989c7a36 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 (cherry picked from commit a512bfc233fc76c4375388b8546ab9e60459e1d3) (cherry picked from commit 7f77de0519d8d63cea47fcf84831cde625380411) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 811f7dded89..8d91225abf3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,4 +19,4 @@ 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