From f9db02916121c9390e613b59954ececb3eb57fbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:00:11 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 658479e..dccda0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,15 +20,15 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 1.1.0 + rev: 1.1.2 hooks: - id: copyright - id: poetry-check additional_dependencies: - - poetry==1.8.3 # pypi + - poetry==1.8.4 # pypi - id: poetry-lock additional_dependencies: - - poetry==1.8.3 # pypi + - poetry==1.8.4 # pypi - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: @@ -43,7 +43,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-github-actions - id: check-github-workflows @@ -57,7 +57,7 @@ repos: - github-workflows-require-timeout - id: check-renovate additional_dependencies: - - pyjson5==1.6.6 # pypi + - pyjson5==1.6.7 # pypi - repo: https://github.com/sirwart/ripsecrets rev: v0.1.8 hooks: @@ -97,6 +97,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.106.3 + rev: 38.106.4 hooks: - id: renovate-config-validator