From 580adacf884824d10d54991befc6ec64d83c4123 Mon Sep 17 00:00:00 2001
From: Marc Fehling <mafehling.git@gmail.com>
Date: Mon, 20 Jan 2025 16:00:27 +0100
Subject: [PATCH] Update pre-commit hooks.

---
 .pre-commit-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7998454cc1..0f656dc75c 100755
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
         )
     exclude: ^bundled/
 - repo: https://github.com/gitleaks/gitleaks
-  rev: v8.21.2
+  rev: v8.23.1
   hooks:
   - id: gitleaks
 - repo: https://github.com/pre-commit/mirrors-clang-format
@@ -42,7 +42,7 @@ repos:
             \.h
         )$
 - repo: https://github.com/crate-ci/typos
-  rev: v1.28.1
+  rev: v1.29.4
   hooks:
   - id: typos
     files: (?x) ^(doc|examples|include|source|tests)/
-- 
2.39.5