From 57eb3180caa7f4ba3b51b97cdcbd3bc9d82dbaf8 Mon Sep 17 00:00:00 2001 From: gruebel Date: Sat, 2 Mar 2024 16:28:44 +0100 Subject: [PATCH] unpin and lower bound bandit dev dependency --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a4335581..59a20c37 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ coverage==7.2.7 invoke==2.2.0 # Security testing safety==2.3.5 -bandit==1.7.5 +bandit>=1.7.5 # Formatting black==22.12.0 # Type hints