From f8b733cd1c9f268e78b70d5c97c0637d103062ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 19 May 2023 15:52:15 +0200 Subject: [PATCH] Bump bandit Change-Id: I4e3076be6c50c4ec4c4bd950e25c64afc62511ae --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 145e8f7..941f435 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,6 +10,6 @@ oslo.i18n>=3.15.3 # Apache-2.0 coverage!=4.4,>=4.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 pre-commit>=2.6.0 # MIT