From 2995cca87de41e96123bb953d21913c6c225508f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:07:00 +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 0249720..f9050d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ruff = "0.14.13" coverage = "7.13.1" black = "26.1.0" mypy = "1.19.1" -bandit = "1.9.2" +bandit = "1.9.3" xenon = "0.9.3" [build-system]