diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 164ce2dc8e74aa1e3269b694a2566a00e3098095..b0a20f40ff4aab097b5303c46098db663c854c03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,28 +47,28 @@ stages:
   - noble
   - trixie
 lint:
-  image: registry.git.coop/webarch/containers/images/trixie:20250213
+  image: registry.git.coop/webarch/containers/images/trixie:20250304
   stage: lint
   script:
     - pre-commit install
     - pre-commit run --all-files
 bookworm:
-  image: registry.git.coop/webarch/containers/images/bookworm:20250213
+  image: registry.git.coop/webarch/containers/images/bookworm:20250304
   stage: bookworm
   script:
     - molecule test
 jammy:
-  image: registry.git.coop/webarch/containers/images/jammy:20250213
+  image: registry.git.coop/webarch/containers/images/jammy:20250304
   stage: jammy
   script:
     - molecule test
 noble:
-  image: registry.git.coop/webarch/containers/images/noble:20250213
+  image: registry.git.coop/webarch/containers/images/noble:20250304
   stage: noble
   script:
     - molecule test
 trixie:
-  image: registry.git.coop/webarch/containers/images/trixie:20250213
+  image: registry.git.coop/webarch/containers/images/trixie:20250304
   stage: trixie
   script:
     - molecule test
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ae271acab47458f13481870e133ea423ba66ce10..622a784ac4e8d8aa1bacd4e567fd9dc4979fd58b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,7 +11,7 @@
 repos:
   # https://github.com/adrienverge/yamllint/tags
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.35.1
+    rev: v1.37.0
     hooks:
       - id: yamllint
         name: YAML Lint
@@ -25,7 +25,7 @@ repos:
           - templates
   # 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
@@ -41,7 +41,7 @@ repos:
         language: python
         additional_dependencies:
           # https://pypi.org/project/ansible/
-          - ansible==11.2.0
+          - ansible==11.3.0
           # https://github.com/kellyjonbrazil/jc/releases
           - jc==1.25.4
           # https://github.com/jmespath/jmespath.py/tags