From 634eab4ef1054440bc4d3d3900700f307cb7958b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:16:52 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/rebuild-115.yaml | 2 +- .github/workflows/rebuild.yaml | 2 +- .pre-commit-config.yaml | 2 +- ci/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebuild-115.yaml b/.github/workflows/rebuild-115.yaml index a2a64a728..a870b6ded 100644 --- a/.github/workflows/rebuild-115.yaml +++ b/.github/workflows/rebuild-115.yaml @@ -6,7 +6,7 @@ on: jobs: rebuild: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Rebuild 1.15 timeout-minutes: 20 diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index cecd6dfe1..971601441 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -7,7 +7,7 @@ on: jobs: rebuild: name: Rebuild - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 20 strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69f8dc369..abe971c78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: detect-private-key - id: check-merge-conflict diff --git a/ci/requirements.txt b/ci/requirements.txt index 328b737e9..2ba679910 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -2,6 +2,6 @@ c2cciutils[checks,publish]==1.7.0 poetry-dynamic-versioning==1.4.1 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -pre-commit==3.8.0 +pre-commit==4.0.1 poetry-plugin-drop-python-upper-constraint==0.1.0 importlib-metadata<8.5.1