From 21341afa7455ce4f0d8ffb3259001ef226f88e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:51:08 +0000 Subject: [PATCH] Bump bandit from 1.8.2 to 1.8.3 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.2...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0b9d33..6a7b15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "redis", ] lint = [ - "bandit==1.8.2", + "bandit==1.8.3", "black==25.1.0", "flake8==7.1.1", "isort==6.0.0",