From 24a395612bd895f2c0def73aee30f2064f1ebcb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:52:59 +0000 Subject: [PATCH] build(deps): Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `pypa/cibuildwheel` from 4.1.0 to 4.1.1 - [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/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 281bc3c..3bed9e4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 name: Install Python ${{ matrix.python }} with: python-version: ${{ matrix.python }} @@ -114,7 +114,7 @@ jobs: uses: docker/setup-qemu-action@v4.2.0 if: matrix.use_qemu - - uses: pypa/cibuildwheel@v4.1.0 + - uses: pypa/cibuildwheel@v4.1.1 env: CIBW_BUILD: "cp312-*" CIBW_ARCHS: "${{ matrix.arch }}" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a58d8..7e4a900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.x" - uses: pre-commit/action@v3.0.1 @@ -52,7 +52,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -104,7 +104,7 @@ jobs: uses: docker/setup-qemu-action@v4.2.0 if: matrix.use_qemu - - uses: pypa/cibuildwheel@v4.1.0 + - uses: pypa/cibuildwheel@v4.1.1 env: CIBW_BUILD: "${{ matrix.python-version }}-*" CIBW_ARCHS: "${{ matrix.arch }}"