diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d50a0b05d2985599852aa406c45bda1a4a121588..8e23eaa690ef177e79429092ca3e40c8f2b47b27 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
 exclude: ^g1_monetary_license/
 repos:
 - repo: https://github.com/pre-commit/pre-commit-hooks
-  rev: v4.6.0
+  rev: v5.0.0
   hooks:
       - id: check-ast
       - id: check-merge-conflict
@@ -11,16 +11,16 @@ repos:
       - id: mixed-line-ending
       - id: trailing-whitespace
 - repo: https://github.com/astral-sh/ruff-pre-commit
-  rev: v0.4.10
+  rev: v0.6.9
   hooks:
     - id: ruff
       args: [--fix, --exit-non-zero-on-fix]
 -   repo: https://github.com/psf/black
-    rev: 24.4.2
+    rev: 24.10.0
     hooks:
     - id: black
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.10.0
+    rev: v1.11.2
     hooks:
     - id: mypy
 -   repo: https://gitlab.com/devopshq/gitlab-ci-linter