diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1ce729..1f0be5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: @@ -67,7 +67,7 @@ repos: - "--exclude" - "tests" - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: @@ -76,7 +76,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks