From c15acaa98020373a8f7c8b493547ae2fe2170e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:36:45 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.9.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..a67732c 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.3", "black==24.1.1", "check-manifest==0.49", "flake8-bugbear==24.2.6",