From a941f282b7744dc09f4bcd590440a697af475a39 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 19 Dec 2023 12:15:05 +0000 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62db56e..95818dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: language: python additional_dependencies: # https://github.com/kellyjonbrazil/jc/releases - - jc==1.23.6 + - jc==1.24.0 # https://github.com/jmespath/jmespath.py/tags - jmespath==1.0.1 # https://github.com/jackdewinter/pymarkdown/releases -- GitLab