From 464b3887f5a8cd59fcd56db340386767b00b01c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:08:55 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 10 +++++----- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18669d9..d4fa1ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black exclude: README\.md @@ -79,20 +79,20 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: - --py39-plus - repo: https://github.com/PyCQA/prospector - rev: v1.10.3 + rev: v1.12.1 hooks: - id: prospector args: - --tool=pydocstyle - --die-on-tool-error additional_dependencies: - - prospector-profile-duplicated==1.5.0 # pypi + - prospector-profile-duplicated==1.6.0 # pypi - repo: https://github.com/sbrunner/jsonschema-validator rev: 0.1.0 hooks: @@ -102,6 +102,6 @@ repos: ci/config\.yaml )$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.106.3 + rev: 38.142.1 hooks: - id: renovate-config-validator diff --git a/ci/config.yaml b/ci/config.yaml index 7a096c3..23e066f 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,3 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.23/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.7.0/c2cciutils/schema.json {} diff --git a/ci/requirements.txt b/ci/requirements.txt index 451a4b9..dd31aab 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.23 +c2cciutils[checks,publish]==1.7.0 pre-commit==3.8.0 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0