diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bd397b..cac29f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -34,6 +34,6 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/trailofbits/pip-audit - rev: v2.5.6 + rev: v2.6.2 hooks: - id: pip-audit