From 03dcc3c79a9dd9939915a55b42738813d6f1fca5 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 5 Apr 2022 17:23:07 +0100 Subject: [PATCH] Bump bandit Use a more recent version because why not. Change-Id: I41538fd85956780250e3b7440130381151991b9c Signed-off-by: Stephen Finucane --- requirements.txt | 4 ---- test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index e02718844..7494dc43d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - pbr!=2.1.0,>=2.0.0 # Apache-2.0 futurist>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 983c1c918..cf3560c73 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,7 +26,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 pyngus>=2.2.0 # Apache-2.0 # Bandit security code scanner -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0 eventlet>=0.23.0 # MIT greenlet>=0.4.15 # MIT