diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff812c4f..7fc10e10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: black exclude: tests/_reposerver\.py - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort exclude: tests/_reposerver\.py @@ -52,7 +52,7 @@ repos: - id: pylint args: [--exit-zero] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: [--exit-zero]