diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3e5bea4608f85e36d785af061a4eb504dd9e4a0a..72b48ed76a647ae7b4bdb25783b0fa5cce3c9567 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
 exclude: tests/test_python-syntax_error.py
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v17.0.4
+    rev: v17.0.5
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]