diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4d2e84bd..234acf01 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
       - id: check-toml
       - id: detect-private-key
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.8.3
+    rev: v0.8.6
     hooks:
       - id: ruff
         args: [--config, pyproject.toml]
       - id: ruff-format
         args: [--config, pyproject.toml]
   - repo: https://github.com/djlint/djLint
-    rev: v1.36.1
+    rev: v1.36.4
     hooks:
       - id: djlint-reformat-jinja
   - repo: local