diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3e935a..a90b8cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,12 +39,12 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: ["-c", "pyproject.toml"]