From 7e9e31ce085106638df5792de400c219e9fc5b66 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 23 Dec 2020 15:48:50 -0500 Subject: [PATCH] Adjust requirements and lower-constraints Conservative changes to get the l-c job passing with the new pip resolver. Changes: - added bandit to test-requirements and l-c * needed to set cap for py27 Change-Id: I7459ba076a25a4963eb20a30561911815f9285b2 --- lower-constraints.txt | 1 + test-requirements.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 73d8a64c1..7a163ebf8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,6 @@ asn1crypto==0.23.0 Babel==2.3.4 +bandit==1.1.0 cffi==1.7.0 cliff==2.8.0 cmd2==0.8.0 diff --git a/test-requirements.txt b/test-requirements.txt index a62a30869..4a51054bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,3 +13,5 @@ tempest>=17.1.0 # Apache-2.0 testtools>=2.2.0 # MIT stestr>=1.0.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +bandit>=1.1.0;python_version>='3.4' +bandit>=1.1.0,<=1.6.2;python_version=='2.7'