From a24ec38c31a5d727f711c850052106a6d4895ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:05:48 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 6 +++--- ci/config.yaml | 2 +- ci/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f32ea5c5..e3159655 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-jsonschema @@ -100,13 +100,13 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: - --py39-plus - repo: https://github.com/PyCQA/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake - repo: https://github.com/PyCQA/isort diff --git a/ci/config.yaml b/ci/config.yaml index c7f98032..2c039c72 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.17/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.18/c2cciutils/schema.json audit: snyk: diff --git a/ci/requirements.txt b/ci/requirements.txt index dc77cb41..27dfd111 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.17 +c2cciutils[checks,publish]==1.6.18 pre-commit==3.6.2 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.6.0