From 833e2fe0a254b0a2e4ac82106471126006e80c52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:23:35 +0000 Subject: [PATCH] Update CI dependencies --- .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 6b9fda0..3f98176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.2 hooks: - id: check-github-workflows - id: check-renovate @@ -75,7 +75,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black exclude: README\.md @@ -88,7 +88,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 54ff419..429a592 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -2,7 +2,7 @@ c2cciutils[checks,publish]==1.6.21 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 poetry-dynamic-versioning==1.4.0 -pre-commit==3.7.1 +pre-commit==3.8.0 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0 importlib-metadata<8.0.0