From 25289d2964e0f56043c4e961617b0ce667f49b31 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Thu, 14 Dec 2023 10:41:22 +0000
Subject: [PATCH] update ci container and precommit

---
 .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 0e19e5d..bcad97c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,19 +30,19 @@ stages:
   - bookworm
   # - bullseye
 trixie:
-  image: registry.git.coop/webarch/containers/images/trixie:20230822
+  image: registry.git.coop/webarch/containers/images/trixie:20231213
   stage: trixie
   script:
     - molecule test --all
 bookworm:
-  image: registry.git.coop/webarch/containers/images/bookworm:20230822
+  image: registry.git.coop/webarch/containers/images/bookworm:20231213
   stage: bookworm
   script:
     - molecule test --all
 # 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:20230822
+#   image: registry.git.coop/webarch/containers/images/bullseye:20231213
 #   stage: bullseye
 #   script:
 #     - molecule test --all
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b896b8b..7a89861 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,25 +11,25 @@
 repos:
   # https://github.com/adrienverge/yamllint/tags
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.32.0
+    rev: v1.33.0
     hooks:
       - id: yamllint
         name: YAML Lint
   # https://github.com/ansible/ansible-lint/releases
   - repo: https://github.com/ansible/ansible-lint.git
-    rev: v6.21.1
+    rev: v6.22.1
     hooks:
       - id: ansible-lint
         name: Ansible Lint
         language: python
         additional_dependencies:
           # https://github.com/kellyjonbrazil/jc/releases
-          - jc==1.23.4
+          - jc==1.23.6
           # https://github.com/jmespath/jmespath.py/tags
           - jmespath==1.0.1
   # https://github.com/jackdewinter/pymarkdown/releases
   - repo: https://github.com/jackdewinter/pymarkdown.git
-    rev: v0.9.13.4
+    rev: v0.9.15
     hooks:
       - id: pymarkdown
         name: Markdown Lint
-- 
GitLab