diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e154bb799d464a93dd964ac3f0902f31041297e4..f6af471b24aa8a4f581e963abf53155b234d34e6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,13 +11,13 @@
 repos:
   # https://github.com/adrienverge/yamllint/tags
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.35.1
+    rev: v1.36.2
     hooks:
       - id: yamllint
         name: YAML Lint
   # https://github.com/jackdewinter/pymarkdown/releases
   - repo: https://github.com/jackdewinter/pymarkdown.git
-    rev: v0.9.28
+    rev: v0.9.29
     hooks:
       - id: pymarkdown
         name: Markdown Lint
@@ -35,7 +35,7 @@ repos:
           - localhost.yml
         additional_dependencies:
           # https://github.com/kellyjonbrazil/jc/releases
-          - jc==1.25.3
+          - jc==1.25.4
           # https://github.com/jmespath/jmespath.py/tags
           - jmespath==1.0.1
 ...
diff --git a/requirements.yml b/requirements.yml
index e2d392d2f9e1814e37e36f54279baa8eb2d839a0..261fb269c29d68f8336e9f1873f24ce993e7047c 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -4,7 +4,7 @@
 - name: ansible
   scm: git
   src: https://git.coop/webarch/ansible.git
-  version: 3.44.0  # ansible
+  version: 3.45.0  # ansible
 
 - name: apt
   scm: git