From ce33de636dec1f50f71ed96812d5569d853dd5a7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 18 Sep 2024 19:46:42 +0300
Subject: [PATCH] Update a pre-commit hook.

For compatability with Python 3.12.
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1c173a7..a0133f3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
       - id: shellcheck
 
   - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
-    rev: v0.2.0
+    rev: v0.5.1
     hooks:
       - id: docker-compose
       - id: shell-validate
-- 
GitLab