diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eec595..164d898 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/bandit.git - rev: "1.7.10" + rev: "1.8.0" hooks: - id: bandit args: [-q, -c, pyproject.toml] @@ -45,7 +45,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.14.0" hooks: - id: mypy additional_dependencies: