From 4c6be9041c19e5e30f93955bd1ee18e1346f2f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:02:01 +0000 Subject: [PATCH] Bump bandit from 1.7.9 to 1.7.10 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.7.10. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) --- 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 3a73ab3..2f6ae69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ lint = [ "mypy==1.11.2", "ruff==0.6.5", "pyupgrade-directories==0.3.0", - "bandit==1.7.9", + "bandit==1.7.10", "semgrep==1.87.0", "pytest-mypy-plugins==3.1.2", ]