diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8f34401d9256a32a285c08562c88d1b4c2354ef1..bf7584162f48f952d59155a2612c2f6b94f055e2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v14.0.5
+    rev: v14.0.6
     hooks:
     -   id: clang-format
         args: [--style=Google]
@@ -26,7 +26,7 @@ repos:
     -   id: mixed-line-ending
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black
-    rev: 22.3.0
+    rev: 22.6.0
     hooks:
     -   id: black
 -   repo: https://github.com/PyCQA/flake8