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"