From 1a1f7112cb5c53ab4d995a277d9e7a18e5feca81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:24:36 +0000 Subject: [PATCH] Update CI dependencies (#2594) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32930c19c..35e76a17d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -110,7 +110,7 @@ repos: - --output-format=pylint additional_dependencies: - prospector-profile-duplicated==1.7.0 # pypi - - prospector-profile-utils==1.10.3 # pypi + - prospector-profile-utils==1.11.1 # pypi - ruff==0.7.3 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 0.3.2 @@ -118,7 +118,7 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.10.1 + rev: 39.15.1 hooks: - id: renovate-config-validator - repo: https://github.com/sbrunner/python-versions-hook