From e265c8d093e83d104acffbf546264de4b27a3563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:45:43 +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 7b2871d6..000736ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions - id: check-github-workflows @@ -69,7 +69,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: diff --git a/ci/requirements.txt b/ci/requirements.txt index b54056c1..d6a0d5c9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ c2cciutils[checks,publish]==1.6.21 -pre-commit==3.7.1 +pre-commit==3.8.0 poetry-dynamic-versioning==1.4.0 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2