From 4dc541e88a21b450948634b579e4a325d01fd98c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 04:02:46 +0000 Subject: [PATCH] chore(deps): update dependency bandit to v1.8.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b229b17..2a24da2 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.3" # https://github.com/PyCQA/bandit/issues/837 pytest = "~7.2.1" pytest-asyncio = "~0.18.2"