From 08697f6db06a50108a48de09827d8b2849a01260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 00:05:51 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.8.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b229b17..fa3c94b 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.8.6" # https://github.com/PyCQA/bandit/issues/837 pytest = "~7.2.1" pytest-asyncio = "~0.18.2"