Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pypa/cibuildwheel from 2.11.1 to 2.11.2 #300

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2022

Bumps pypa/cibuildwheel from 2.11.1 to 2.11.2.

Release notes

Sourced from pypa/cibuildwheel's releases.

v2.11.2

  • 馃洜 Updates CPython 3.11 to 3.11.0 - final release (#1327)
  • 馃洜 Simplify the default macOS repair command (#1322)
  • 馃洜 Fix the default MACOSX_DEPLOYMENT_TARGET on arm64 (#1312)
  • 馃洜 Hide irrelevant pip warnings on linux (#1311)
  • 馃悰 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324)
  • 馃摎 Added a FAQ entry describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323)
  • 馃摎 Other docs improvements
Changelog

Sourced from pypa/cibuildwheel's changelog.

v2.11.2

26 October 2022

  • 馃洜 Updates CPython 3.11 to 3.11.0 - final release (#1327)
  • 馃洜 Simplify the default macOS repair command (#1322)
  • 馃洜 Fix the default MACOSX_DEPLOYMENT_TARGET on arm64 (#1312)
  • 馃洜 Hide irrelevant pip warnings on linux (#1311)
  • 馃悰 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324)
  • 馃摎 Added a FAQ entry describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323)
  • 馃摎 Other docs improvements
Commits
  • a6732b1 Bump version: v2.11.2
  • 36a6101 Merge pull request #1311 from henryiii/henryiii/fix/rootpip2
  • 8672fee Merge pull request #1300 from mayeut/gha-3.11
  • b1b8ab5 Merge pull request #1322 from ankith26/update-delocate-default
  • 89a8cac Merge pull request #1324 from pypa/stderr-interleaving
  • db12084 tests: include check for upgrade notice too
  • dfb3e62 tests: use 3.11 final
  • f259bfd tests: add a check in tests for the pip warning
  • f252274 fix: hide root pip warning on Linux again
  • 1aa841b Merge pull request #1323 from pypa/docs-38
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Oct 27, 2022
@henryiii
Copy link
Contributor

Ahh, "transport 'file' not allowed" we hit the recent security fix in Git. Was just thinking I would make it through this security update without issues 馃う

@henryiii
Copy link
Contributor

henryiii commented Oct 29, 2022

@jcfr, @thewtex I'm not seeing local submodules here, is this an issue with CMake's test suite? I think I can get CI going again with git config --global protocol.file.allow always. CTestUpdateGIT.cmake is broken by the security update.

Opened https://gitlab.kitware.com/cmake/cmake/-/issues/24105.

@henryiii henryiii force-pushed the dependabot/github_actions/pypa/cibuildwheel-2.11.2 branch from 4af1ac5 to 727c0c4 Compare October 29, 2022 16:48
CMakeLists.txt Outdated Show resolved Hide resolved
@thewtex
Copy link
Member

thewtex commented Oct 31, 2022

Maybe it could be an issue with the test suite?

It would not hurt to merge / rebase on #305 to see if any Git updates help.

@henryiii
Copy link
Contributor

It's been fixed in the upcoming 3.24.3 & 3.25 releases. I don't really know why my skips aren't working, will have to look up the syntax or just wait for 3.24.3 (this sounds better ATM ;) ).

@mayeut
Copy link
Contributor

mayeut commented Nov 1, 2022

Let's just wait for 3.24.3 or 3.25.0
upstream references:

I'll revert the git global setting in another PR

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.11.1...v2.11.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@henryiii henryiii force-pushed the dependabot/github_actions/pypa/cibuildwheel-2.11.2 branch from 9109daf to 3571060 Compare November 1, 2022 18:21
@henryiii henryiii merged commit 188dc09 into master Nov 1, 2022
@henryiii henryiii deleted the dependabot/github_actions/pypa/cibuildwheel-2.11.2 branch November 1, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants