From 25e83799590bf780252561d832cba143ba6f0d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:00:59 +0100 Subject: [PATCH] Bump bandit from 1.8.0 to 1.8.2 (#196) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c3050a..9eefcff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "redis", ] lint = [ - "bandit==1.8.0", + "bandit==1.8.2", "black==24.10.0", "flake8==7.1.1", "isort==5.13.2",