From 63f4f6a8a85cac6ef0abb0aefbdc1a039c6f2c5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 14:47:29 +0000 Subject: [PATCH] Update dependency bandit to v1.7.4 --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index cc57ccf..d56beed 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,6 +1,6 @@ # Dependencies for linting # Fix bandit to a previous version due to bug with .bandit file: https://github.com/PyCQA/bandit/issues/657 -bandit==1.6.2 +bandit==1.7.4 codespell==2.1.0 flake8==4.0.1 flake8-bugbear==21.9.2