diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1572e6a3f6ef4dc88333d0836b299e5fb83ece70..d20dc3b502aa518f706a43ad8e564613decea018 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: v18.1.3
+    rev: v18.1.4
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]