From c0116b32e9f6c0297334ba0ebaef597ba0698e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:35:06 +0000 Subject: [PATCH] pip-dev(deps-dev): bump bandit from 1.7.5 to 1.9.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f69a867..cd66a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "black==23.11.0", "isort==5.12.0", "flake8==6.1.0", - "bandit==1.7.5", + "bandit==1.9.2", "safety==3.5.2", "pre-commit==4.2.0" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 099e6d8..832d76d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Development and testing dependencies autoflake==2.2.1 -bandit==1.7.5 +bandit==1.9.2 beautifulsoup4==4.13.4 black==24.4.2 coverage==7.6.1