From 3464d249998c13d21fd1a2b11561b78e1b4fc40b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:35:20 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 8 ++++---- ci/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 268f3ed..12cddce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ 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 @@ -38,12 +38,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 @@ -85,6 +85,6 @@ repos: ci/config\.yaml )$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.106.3 + rev: 38.106.4 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index ce01de1..20ca276 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ c2cciutils[checks,publish]==1.6.23 -poetry==1.8.3 +poetry==1.8.4 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.4.1 pip==24.2