From 16eec76b66cd23df4a047d0742b1d7ed4183680a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:09:07 +0000 Subject: [PATCH] Update CI/build dependencies (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77f1d4a..73eeaa3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: |^tag_publish/schema.json$ ) - repo: https://github.com/sbrunner/jsonschema-validator - rev: 0.2.1 + rev: 0.3.2 hooks: - id: jsonschema-validator files: |- @@ -68,7 +68,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -81,7 +81,7 @@ repos: - --builtin-schema - github-workflows-require-timeout - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.7.6 + rev: 39.42.4 hooks: - id: renovate-config-validator - repo: https://github.com/sirwart/ripsecrets @@ -89,7 +89,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.1 hooks: - id: ruff-format - id: ruff @@ -97,7 +97,7 @@ repos: - --fix - --unsafe-fixes - repo: https://github.com/PyCQA/prospector - rev: v1.12.1 + rev: v1.13.3 hooks: - id: prospector args: @@ -105,8 +105,8 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.6.0 # pypi - - prospector-profile-utils==1.9.1 # pypi + - prospector-profile-duplicated==1.8.0 # pypi + - prospector-profile-utils==1.12.2 # pypi - repo: https://github.com/mheap/json-schema-spell-checker rev: main hooks: