From 9ea7141ded7b21ec1d2d7ee464477cb8d8508e44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:46:37 +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 b229b17..7bdf56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "0.931.0" wemake-python-styleguide = "0.16.0" flake8-bandit = "2.1.2" # https://github.com/PyCQA/bandit/issues/837 -bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837 +bandit = "1.9.4" # https://github.com/PyCQA/bandit/issues/837 pytest = "~7.2.1" pytest-asyncio = "~0.18.2"