From 85ea11cc77b2f205bfa2e5086991ee350f4f2cc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:38:52 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.9.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a33c67..535371f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ruff = "0.15.2" coverage = "7.13.4" black = "26.1.0" mypy = "1.19.1" -bandit = "1.9.3" +bandit = "1.9.4" xenon = "0.9.3" [build-system]