From a57bed2eb8a8ad9bea341d31afb2fe91ed82ab8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:57:04 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 18 +++++++++--------- ci/requirements.txt | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de9612b900..d9e5e6d0e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.3 # npm + - prettier@3.4.2 # npm - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: @@ -50,7 +50,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-workflows - id: check-jsonschema @@ -77,9 +77,9 @@ repos: - --die-on-tool-error - --output-format=pylint additional_dependencies: - - prospector-profile-duplicated==1.8.0 # pypi - - prospector-profile-utils==1.11.1 # pypi - - ruff==0.7.4 # pypi + - prospector-profile-duplicated==1.9.0 # pypi + - prospector-profile-utils==1.14.1 # pypi + - ruff==0.8.2 # pypi - repo: https://github.com/camptocamp/jsonschema-gentypes rev: 2.8.1 hooks: @@ -155,7 +155,7 @@ repos: - github_app_geo_project/module/clean/schema.json - CLEAN-CONFIG.md - repo: https://github.com/sbrunner/jsonschema-validator - rev: 0.1.0 + rev: 0.3.2 hooks: - id: jsonschema-validator files: |- @@ -184,14 +184,14 @@ repos: - --ignore-acronyms - --en-us - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.31.4 + rev: 39.52.0 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.2 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook - rev: 0.7.0 + rev: 0.8.0 hooks: - id: python-versions diff --git a/ci/requirements.txt b/ci/requirements.txt index 1b5db7f0cd..63eba9ab63 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -11,4 +11,4 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerabil jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability -tag-publish==0.9.2 +tag-publish==0.13.3