From 43147bd83201def99813f0e2dc8443c22554a571 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Sun, 13 Oct 2024 20:14:40 +0100 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1f0828..288f8f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - templates # https://github.com/jackdewinter/pymarkdown/releases - repo: https://github.com/jackdewinter/pymarkdown.git - rev: v0.9.23 + rev: v0.9.24 hooks: - id: pymarkdown name: Markdown Lint @@ -42,7 +42,7 @@ repos: language: python additional_dependencies: # https://pypi.org/project/ansible/ - - ansible==10.4.0 + - ansible==10.5.0 # https://github.com/kellyjonbrazil/jc/releases - jc==1.25.3 # https://github.com/jmespath/jmespath.py/tags -- GitLab