From fe1635398410c85a5ab48e0dfbb27cf2b3560c2e Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Sat, 17 Jun 2023 20:02:00 +0000 Subject: [PATCH] Update dependency flake8-bandit to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a020ec1..e97514e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ safety = "^1.8.5" flake8 = "^4.0.0" flake8-fixme = "^1.1.1" flake8-mypy = "^17.8.0" -flake8-bandit = "^3.0.0" +flake8-bandit = "^4.0.0" flake8-builtins = "^2.0.0" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.3.0" -- GitLab