From 3930157a47d1b4d1466ae64fd45c0e0aface22ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 08:48:39 +0000 Subject: [PATCH 1/2] chore(deps): update bandit to v1.7.4 --- .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 a2e1890..ae728da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - # flake8-bandit ==2.1.2 - # - bandit ==1.7.0 + bandit ==1.7.4 - # flake8-bugbear ==21.4.3 - # diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e4d36d..cbf472a 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.4 flake8-bugbear ==21.4.3 flake8-docstrings ==1.6.0 pydocstyle ==6.1.1 From a7f15d514f2968471ccbec10d8b2248fcdae85c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Mar 2022 06:55:29 +0000 Subject: [PATCH 2/2] 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 ae728da..902670f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,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 cbf472a..bae55df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black ==22.1.0 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-docstrings ==1.6.0