diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31b2fb9..31c4c6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,9 +27,9 @@ repos: - # pyflakes ==2.4.0 - # - flake8-bandit ==2.1.2 + flake8-bandit ==3.0.0 - # - bandit ==1.7.1 + bandit ==1.7.4 - # flake8-bugbear ==21.11.29 - # diff --git a/requirements-dev.txt b/requirements-dev.txt index b42d25f..1c3f284 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,8 +6,8 @@ black ==21.12b0 flake8 ==4.0.1 pycodestyle ==2.8.0 pyflakes ==2.4.0 -flake8-bandit ==2.1.2 -bandit ==1.7.1 +flake8-bandit ==3.0.0 +bandit ==1.7.4 flake8-bugbear ==21.11.29 flake8-comprehensions ==3.7.0 flake8-docstrings ==1.6.0