From c8627dcbae9b6fcacd6ea0c1289a802741625d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:11:52 +0000 Subject: [PATCH] Update CI dependencies (#2547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08a7d14a..cb677915 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,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 @@ -92,8 +92,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/sbrunner/jsonschema-validator rev: 0.3.2 hooks: