From 42d47f52beea00f40a04b2693ad7828ff49992d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:09:49 +0000 Subject: [PATCH] Update all minor versions --- .pre-commit-config.yaml | 6 +++--- ci/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fc79cb2..41b71036 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -66,7 +66,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.13.0 hooks: - id: pyupgrade args: @@ -76,7 +76,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/sbrunner/jsonschema-validator diff --git a/ci/requirements.txt b/ci/requirements.txt index 7a64d268..eaf8ca56 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,2 @@ c2cciutils[checks,publish]==1.6.10 -pre-commit==3.3.3 +pre-commit==3.4.0