diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e33009c56aef33ec91ff8617435629ccd0c787fa..93e394f34d3c1005f7d70fc435a43e6260d11078 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v15.0.4
+    rev: v15.0.6
     hooks:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false}']