From bfd230a17824c58c3afe6920fcfc287ceff8557b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:18:53 +0200 Subject: [PATCH] chore(deps): bump bandit from 1.7.9 to 1.9.3 in /.github (#32) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.9.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.9.3) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/requirements-lint-python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements-lint-python.txt b/.github/requirements-lint-python.txt index 6e6fed5..bbf8199 100644 --- a/.github/requirements-lint-python.txt +++ b/.github/requirements-lint-python.txt @@ -1,2 +1,2 @@ ruff==0.15.1 -bandit==1.7.9 +bandit==1.9.3