From 9a08e51d41a7b1b5d4c25c2a7775c70b57d278d9 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Sun, 24 Jan 2021 08:36:23 -0500 Subject: [PATCH] Cap bandit to v1.6.2 Cap bandit to v1.6.2 so we do not pull in a python3 only version. Without this fix the unit tests will fail to setup and run properly. Closes-Bug: 1916494 Signed-off-by: Charles Short Change-Id: I7afbc8d224f28146af42f43593586cd680a52aaf --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5bdc3b28..39d9d1f7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ hacking>=2.0<2.1 pycodestyle>=2.0.0 # MIT License mock>=2.0.0 # BSD -bandit!=1.6.0,>=1.1.0,<2.0.0 +bandit>=1.1.0,<1.6.3 # Apache-2.0 bashate >= 0.2 PyYAML >= 3.1.0 yamllint >= 0.5.2