From 2b2bd29233608fce1118a09d482fcab94f0ca87e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:51:43 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.9.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..49557d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["version"] [project.optional-dependencies] spark = ["pyspark>=3.0.0"] test = [ - "bandit[toml]==1.7.7", + "bandit[toml]==1.9.2", "black==24.1.1", "check-manifest==0.49", "flake8-bugbear==24.2.6",