From 110bd15b671c00f589b2912558ef688259856d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:49:50 +0000 Subject: [PATCH] chore(deps): bump bandit from 1.8.0 to 1.9.4 in /backend Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.0 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 545cc96..e8ce3e3 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -4,6 +4,6 @@ pytest-asyncio==0.24.0 pytest-cov==6.0.0 httpx==0.28.1 mongomock-motor==0.0.34 -bandit==1.8.0 +bandit==1.9.4 pip-audit==2.7.3 ruff==0.8.4