diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 60078b55..9924ab58 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
       - id: black
 
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: "v0.6.1"
+    rev: "v0.6.3"
     hooks:
       - id: ruff
         args:
@@ -77,7 +77,7 @@ repos:
       - id: darglint
 
   - repo: https://github.com/pycqa/pylint.git
-    rev: v3.2.6
+    rev: v3.2.7
     hooks:
       - id: pylint
         args:
@@ -88,7 +88,7 @@ repos:
           - pytest-ansible
 
   - repo: https://github.com/pre-commit/mirrors-mypy.git
-    rev: v1.11.1
+    rev: v1.11.2
     hooks:
       - id: mypy
         additional_dependencies: