From 257e337ece13cdd630ca88f36c848d2a7d33b43c Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Mon, 29 Aug 2022 16:06:11 +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 7fbdedd..09e0d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = "^5.0.0" flake8 = "^3.8.2" flake8-black = "^0.2.0" flake8-mypy = "^17.8.0" -flake8-bandit = "^2.1.2" +flake8-bandit = "^4.0.0" flake8-isort = "^4.0.0" flake8-builtins = "^1.5.3" flake8-docstrings = "^1.5.0" -- GitLab