From e3a7edeef108a2316a3fc1be08c8bfb02a7abb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:08:14 +0000 Subject: [PATCH] Bump bandit from 1.7.10 to 1.8.0 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29d2a79..a30b15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "mypy==1.13.0", "ruff==0.7.4", "pyupgrade-directories==0.3.0", - "bandit==1.7.10", + "bandit==1.8.0", "semgrep==1.96.0", "codespell==2.3.0", "pytest-mypy-plugins==3.1.2",