diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f23b1666..f5c64dac6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.0' + rev: 'v0.8.1' hooks: - id: ruff args: ["--fix"] @@ -50,7 +50,7 @@ repos: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.10 + rev: 1.8.0 hooks: - id: bandit args: ["-c", "pyproject.toml"]