From 575d064749b7ccdc202c078b165ee18625850c5f Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 9 Feb 2024 15:56:33 +0000
Subject: [PATCH] pre-commit and gitlab ci containers updated

---
 .gitlab-ci.yml          | 6 +++---
 .pre-commit-config.yaml | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a80aa4..da7eaaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,14 +34,14 @@ stages:
   - bookworm
   # - bullseye
 trixie:
-  image: registry.git.coop/webarch/containers/images/trixie:20240105
+  image: registry.git.coop/webarch/containers/images/trixie:20240209
   stage: trixie
   script:
     - pre-commit install
     - pre-commit run --all-files
     - molecule test --all
 bookworm:
-  image: registry.git.coop/webarch/containers/images/bookworm:20240105
+  image: registry.git.coop/webarch/containers/images/bookworm:20240209
   stage: bookworm
   script:
     - pre-commit install
@@ -50,7 +50,7 @@ bookworm:
 # The Bullseye test run OK but Molecule never completes
 # https://github.com/ansible/molecule/discussions/4020
 # bullseye:
-#   image: registry.git.coop/webarch/containers/images/bullseye:20240105
+#   image: registry.git.coop/webarch/containers/images/bullseye:20240209
 #   stage: bullseye
 #   script:
 #     - molecule test --all
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3e90981..6e4c247 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,13 +11,13 @@
 repos:
   # https://github.com/jackdewinter/pymarkdown/releases
   - repo: https://github.com/jackdewinter/pymarkdown.git
-    rev: v0.9.15
+    rev: 0.9.16
     hooks:
       - id: pymarkdown
         name: Markdown Lint
   # https://github.com/adrienverge/yamllint/tags
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.33.0
+    rev: v1.34.0
     hooks:
       - id: yamllint
         name: YAML Lint
@@ -31,14 +31,14 @@ repos:
           - templates
   # https://github.com/ansible/ansible-lint/releases
   - repo: https://github.com/ansible/ansible-lint.git
-    rev: v6.22.2
+    rev: v24.2.0
     hooks:
       - id: ansible-lint
         name: Ansible Lint
         language: python
         additional_dependencies:
           # https://github.com/kellyjonbrazil/jc/releases
-          - jc==1.24.0
+          - jc==1.25.0
           # https://github.com/jmespath/jmespath.py/tags
           - jmespath==1.0.1
 ...
-- 
GitLab