From e8fe5b967f6bc7337cdca60f889f72dcaef539dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:06:16 -0800 Subject: [PATCH] build(deps): Bump pypa/cibuildwheel from 2.12.1 to 2.22.0 (#11643) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.22.0.
Release notes

Sourced from pypa/cibuildwheel's releases.

Version 2.22.0

v2.21.3

v2.21.2

Note: the default manylinux image is scheduled to change from manylinux2014 to manylinux_2_28 in a cibuildwheel release on or after 6th May 2025 - you can set the value now to avoid getting upgraded if you want. (https://github.com/facebookincubator/velox/issues/1992)

Version 2.21.1

Version 2.21.0

Version 2.20.0

Version 2.19.2

... (truncated)

Changelog

Sourced from pypa/cibuildwheel's changelog.

v2.22.0

23 November 2024

v2.21.3

9 October 2024

v2.21.2

2 October 2024

Note: the default manylinux image is scheduled to change from manylinux2014 to manylinux_2_28 in a cibuildwheel release on or after 6th May 2025 - you can set the value now to avoid getting upgraded if you want. (https://github.com/facebookincubator/velox/issues/1992)

v2.21.1

16 September 2024

v2.21.0

13 September 2024

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/cibuildwheel&package-manager=github_actions&previous-version=2.12.1&new-version=2.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebookincubator/velox/pull/11643 Reviewed By: zacw7 Differential Revision: D66547197 Pulled By: xiaoxmeng fbshipit-source-id: a6b1ea8b453284271cedf78d2adc0b0920491675 --- .github/workflows/build_pyvelox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pyvelox.yml b/.github/workflows/build_pyvelox.yml index 4ebd5dd17319..a384f0ae5fa2 100644 --- a/.github/workflows/build_pyvelox.yml +++ b/.github/workflows/build_pyvelox.yml @@ -115,7 +115,7 @@ jobs: python setup.py sdist --dist-dir wheelhouse - name: Build wheels - uses: pypa/cibuildwheel@v2.12.1 + uses: pypa/cibuildwheel@v2.22.0 env: # required for preadv/pwritev MACOSX_DEPLOYMENT_TARGET: "11.0"