From bf52b05995658eb7cc6242bb4599b71f23733682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 19 May 2023 14:45:39 +0200 Subject: [PATCH] Bump bandit Change-Id: I113d97b3719cce3c4c19c16ea7b8b395cc3beaa0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3fce04ae..0dbf388b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ oslotest>=3.3.0 # Apache-2.0 coverage>=4.5.1 # 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 fixtures>=3.0.0 # Apache-2.0/BSD