From 34c982bebc3a41917e433d10887c8a79ca21297d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:54:16 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4fa1ce..3cc652d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,16 +13,16 @@ 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: workflows-require-timeout - 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: @@ -46,12 +46,12 @@ 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-workflows - id: check-renovate additional_dependencies: - - pyjson5==1.6.6 # pypi + - pyjson5==1.6.7 # pypi - id: check-github-actions - id: check-jsonschema name: Check GitHub Workflows set timeout-minutes