diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2e1890..902670f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,9 @@ repos: - # pyflakes ==2.4.0 - # - flake8-bandit ==2.1.2 + flake8-bandit ==3.0.0 - # - 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..bae55df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,8 +5,8 @@ black ==22.1.0 flake8 ==4.0.1 pycodestyle ==2.8.0 pyflakes ==2.4.0 -flake8-bandit == 2.1.2 -bandit ==1.7.0 +flake8-bandit ==3.0.0 +bandit ==1.7.4 flake8-bugbear ==21.4.3 flake8-docstrings ==1.6.0 pydocstyle ==6.1.1