From c50c3421e6b53c3ee954c2e417b5a58445844349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:52:34 +0000 Subject: [PATCH] Update dependency bandit to v1.7.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f329936..91ad40a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ include = [ [tool.hatch.envs.default] description = "Test and lint the project code" dependencies = [ - "bandit==1.7.5", + "bandit==1.7.6", "black==23.12.0", "flake8==6.1.0", "isort==5.13.2",