From b0d52651c24f858b66368e725265cede504ce791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:54:54 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pyjson5 to v1.6.9 --- .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 3958643..8098995 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: check-renovate language: python additional_dependencies: - - pyjson5==1.6.8 + - pyjson5==1.6.9 - repo: https://github.com/astral-sh/uv-pre-commit rev: "0.7.11"