From 5fc5d913223eb56cab8ff86932414ed655b25022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 07:37:28 +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 b229b17..87dbe80 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.3" # https://github.com/PyCQA/bandit/issues/837 pytest = "~7.2.1" pytest-asyncio = "~0.18.2"