From 427712cc50c2a14dd44d2863f2b2f85228bc2441 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 6 Feb 2024 14:54:41 +0000
Subject: [PATCH] Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#2981)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.16.4 to 2.16.5.
Release notes
Sourced from pypa/cibuildwheel's
releases.
v2.16.5
- 🐛 Fix an incompatibility with the GitHub Action and new GitHub
Runner images for Windows that bundle Powershell 7.3+ (#1741)
- 🛠 Preliminary support for new
macos-14
arm64 runners
(#1743)
Changelog
Sourced from pypa/cibuildwheel's
changelog.
v2.16.5
30 January 2024
- 🐛 Fix an incompatibility with the GitHub Action and new GitHub
Runner images for Windows that bundle Powershell 7.3+ (#1741)
- 🛠 Preliminary support for new
macos-14
arm64 runners
(#1743)
Commits
ce3fb78
Bump version: v2.16.5
5b0b458
fix: download pipx for action, allow support for M1 (#1743)
a7ea5fb
Merge pull request #1739
from henryiii/henryiii/chore/checkschemas
bc55e8b
Merge pull request #1741
from jborean93/pwsh-7.4
c753cd2
Add support for PowerShell 7.4 in GHA
07bd78c
chore: check schemas
d7db575
docs: add keyvi as an example that combines cibuildwheel with the ccache
acti...
7154e18
[Bot] Update dependencies (#1738)
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/cibuildwheel&package-manager=github_actions&previous-version=2.16.4&new-version=2.16.5)](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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build_wheel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index faf0ccd8af..841c0a03b9 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -46,7 +46,7 @@ jobs:
python-version: '3.10'
- name: Build wheels
- uses: pypa/cibuildwheel@v2.16.4
+ uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}