From d4978236ab1af660eb23cbec6d2f80cc40c2cc6e Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 21 Mar 2025 12:23:43 +0000
Subject: [PATCH] update ansible role

---
 .pre-commit-config.yaml | 6 +++---
 requirements.yml        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e154bb7..f6af471 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 e2d392d..261fb26 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
-- 
GitLab