From 7c11bef5bbe1c5ed5cac833b78b1a0176ecdcc00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:18:56 +0000 Subject: [PATCH] Update CI dependencies --- .pre-commit-config.yaml | 4 ++-- ci/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9044e25..612ae62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: prettier additional_dependencies: - - prettier@3.3.0 # npm + - prettier@3.3.2 # npm - prettier-plugin-sh@0.14.0 # npm - prettier-plugin-toml@2.0.1 # npm - repo: https://github.com/shellcheck-py/shellcheck-py @@ -44,7 +44,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-github-workflows - id: check-renovate diff --git a/ci/requirements.txt b/ci/requirements.txt index 530225a..f3b7c66 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.6.20 +c2cciutils[checks,publish]==1.6.21 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.3.0