From 61d5df058452a47f2254ea0c4c56dad006c43c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:32:29 +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 7372814..11bcaa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "25.1.0" isort = "6.0.1" mypy = "1.15.0" wemake-python-styleguide = "0.19.2" -bandit = "1.8.3" +bandit = "1.9.2" pytest = "^8.3.5" pytest-asyncio = "^0.26.0"