From cfc2a7b753e0a1e903a5f22458b2f34d8da98226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:53:28 +0000 Subject: [PATCH] Update dependency bandit to v1.7.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd793c80..009b80b2 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.9", + "bandit==1.7.10", "black==24.8.0", "flake8==7.1.1", "isort==5.13.2",