diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c102265e..ffe89180 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.11.13 hooks: - id: ruff args: @@ -63,7 +63,7 @@ repos: - "--no-unsafe-fixes" - repo: https://github.com/PyCQA/bandit - rev: 1.8.3 + rev: 1.8.4 hooks: - id: bandit args: ["-r"]