diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 399d311..68c7232 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.31.0 + rev: v4.0.0 hooks: - id: commitizen stages: [commit-msg] @@ -60,7 +60,7 @@ repos: - id: mypy additional_dependencies: [] - repo: https://github.com/PyCQA/bandit - rev: 1.7.10 + rev: 1.8.0 hooks: - id: bandit args: [-x, tests]