From 46b30c8ca8f5a9f96dd68d210bde939e25ea22e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:26:19 +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 2f3c6a9..03801c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,11 +24,11 @@ repos: - id: copyright - id: poetry-check additional_dependencies: - - poetry==1.8.3 # pypi + - poetry==1.8.4 # pypi exclude: ^pyproject.toml$ - id: poetry-lock additional_dependencies: - - poetry==1.8.3 # pypi + - poetry==1.8.4 # pypi exclude: ^pyproject.toml$ - repo: https://github.com/codespell-project/codespell rev: v2.3.0 @@ -72,7 +72,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: @@ -82,7 +82,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/sbrunner/jsonschema-validator @@ -91,6 +91,6 @@ repos: - id: jsonschema-validator files: ^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 a411056..49422a7 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# 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 publish: pypi: diff --git a/ci/requirements.txt b/ci/requirements.txt index 4bdf52b..0e942c9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ -c2cciutils[checks,publish]==1.6.23 +c2cciutils[checks,publish]==1.7.0 pre-commit==3.8.0