diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6f79d9..9608feb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: black args: [ "--line-length", "119" ] - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.2 hooks: - id: bandit args: [ '-c', '.bandit.yml', '-r' ] @@ -22,6 +22,6 @@ repos: - id: flake8 additional_dependencies: [ flake8-annotations ] - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.23.2 hooks: - id: gitleaks \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 639400b..b533aca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ flake8==7.0.0 isort==5.13.2 -black==24.4.2 \ No newline at end of file +black==24.4.2 +bandit=1.8.2