From 9d3f11279c03e472a9243ae95f482d696ef3e25f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:21:40 +0000 Subject: [PATCH] Update all patch versions --- .pre-commit-config.yaml | 14 +++++++------- ci/requirements.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c632b2..33f410e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: copyright - id: workflows-require-timeout - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-prettier @@ -34,9 +34,9 @@ repos: additional_dependencies: - prettier@3.0.3 # npm - prettier-plugin-sh@0.12.8 # npm - - prettier-plugin-toml@0.3.1 # npm + - prettier-plugin-toml@0.3.5 # npm - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.6 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -49,7 +49,7 @@ repos: - id: check-github-workflows - id: check-renovate additional_dependencies: - - pyjson5==1.6.2 # pypi + - pyjson5==1.6.4 # pypi - id: check-github-actions - id: check-jsonschema name: Check GitHub Workflows set timeout-minutes @@ -60,7 +60,7 @@ repos: - --builtin-schema - github-workflows-require-timeout - repo: https://github.com/sirwart/ripsecrets - rev: v0.1.5 + rev: v0.1.7 hooks: - id: ripsecrets - repo: https://github.com/psf/black @@ -73,11 +73,11 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: diff --git a/ci/requirements.txt b/ci/requirements.txt index 7e49fc8..084656f 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils[checks,publish]==1.5.0 +c2cciutils[checks,publish]==1.5.8 poetry==1.6.1 poetry-plugin-tweak-dependencies-version==1.5.1 poetry-dynamic-versioning==1.1.1