From b31a7bcced8251bd905c77f35adefcfe619f9967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:29:31 +0000 Subject: [PATCH] fix: bump bandit[toml] from 1.8.6 to 1.9.2 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.2) --- updated-dependencies: - dependency-name: bandit[toml] dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ebc7b4..195130a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ spark = [ "pyspark>=3.0.0" ] test = [ - "bandit[toml]==1.8.6", + "bandit[toml]==1.9.2", "black==25.11.0", "check-manifest==0.51", "flake8-bugbear==24.12.12",