From 12b3c6812f6375da0d4ec3229b06d14f56dde42d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Nov 2021 20:40:27 +0000 Subject: [PATCH] chore(deps): update bandit to v1.7.1 --- .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 9c3e9c6..4ac6d77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - # flake8-bandit ==2.1.2 - # - bandit ==1.7.0 + bandit ==1.7.1 - # flake8-bugbear ==21.4.3 - # diff --git a/requirements-dev.txt b/requirements-dev.txt index 79e7a0d..b30dcc5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8 ==4.0.1 pycodestyle ==2.8.0 pyflakes ==2.4.0 flake8-bandit == 2.1.2 -bandit ==1.7.0 +bandit ==1.7.1 flake8-bugbear ==21.4.3 flake8-docstrings ==1.6.0 pydocstyle ==6.1.1