From bc8b9baca026bb20b441e1b974672369f01e3120 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Mar 2022 14:50:01 +0000 Subject: [PATCH] chore(deps): update flake8-bandit to v3 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8180738..648d4e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - # pyflakes ==2.4.0 - # - flake8-bandit ==2.1.2 + flake8-bandit ==3.0.0 - # bandit ==1.7.4 - # diff --git a/requirements-dev.txt b/requirements-dev.txt index 434f143..1e8a471 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ black ==21.11b1 flake8 ==4.0.1 pycodestyle ==2.8.0 pyflakes ==2.4.0 -flake8-bandit ==2.1.2 +flake8-bandit ==3.0.0 bandit ==1.7.4 flake8-bugbear ==21.4.3 flake8-comprehensions ==3.7.0