diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 93e394f34d3c1005f7d70fc435a43e6260d11078..03d3a07c9dcc91c1b394a4a6bdef70e6706c7ba4 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.6
+    rev: v15.0.7
     hooks:
     -   id: clang-format
         args: ['--style={BasedOnStyle: Google, SortIncludes: false}']