From f431cc8b4e965d3eaa30aac0d298079886b2c2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:06:05 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [scitools/workflows](https://github.com/scitools/workflows) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `scitools/workflows` from 2024.11.2 to 2024.11.6 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2024.11.2...2024.11.6) Updates `pypa/cibuildwheel` from 2.21.3 to 2.22.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.21.3...v2.22.0) --- updated-dependencies: - dependency-name: scitools/workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locks.yml | 2 +- .github/workflows/ci-manifest.yml | 2 +- .github/workflows/ci-wheels.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 39b9f07..b2c2415 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -18,5 +18,5 @@ concurrency: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.11.2 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.11.6 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index 7f134a3..45ebf2f 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -25,4 +25,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.11.2 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.11.6 diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index 6d93f50..50f5b34 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_SKIP: "cp39-* cp313-* pp* *-musllinux*" CIBW_ARCHS: ${{ matrix.arch }}