From 3fec7c7755fb1d305a592e01d0720da4cc07ceff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:49:23 +0000 Subject: [PATCH] Update CI dependencies (#937) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f33919de..6fa0c7b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 1.1.2 + rev: 1.2.1 hooks: - id: copyright - id: poetry-check @@ -31,7 +31,7 @@ repos: - poetry==1.8.5 # pypi exclude: ^pyproject.toml$ - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell exclude: |- @@ -48,7 +48,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -91,6 +91,6 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.86.3 + rev: 39.134.0 hooks: - id: renovate-config-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index 6414d3d6..58f4f382 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ c2cciutils[checks,publish]==1.7.1 -pre-commit==4.0.1 +pre-commit==4.1.0