From a8696154559ccea042a6fffbbfdfdb6907139bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:46:17 +0000 Subject: [PATCH] build(deps-dev): update bandit requirement in /packages Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 5a75a73..e481319 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -8,7 +8,7 @@ httpx>=0.27.0 pytest>=8.3.2 pytest-asyncio>=0.24.0 pytest-cov>=5.0.0 -bandit[toml]>=1.7.9 +bandit[toml]>=1.9.4 black>=24.4.2 commitizen>=3.28.0 docformatter>=1.7.5