Bump the actions group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
CI: Run cibuildwheel dependencies github_actions
Bumps the actions group with 3 updates: pypa/cibuildwheel, scientific-python/circleci-artifacts-redirector-action and github/codeql-action.
Updates pypa/cibuildwheel from 3.0.1 to 3.1.3
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.1.3
- π Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- π Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- π Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- β οΈ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- π
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- π Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- π iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- π Fix bug in Android running wheel from our GitHub Action (#2517)
- π Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- π Fix incorrect number of wheels reported in logs, again (#2517)
- π We welcome our Android platform maintainer (#2516)
v3.1.1
- π Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- π Docs fix (#2510)
v3.1.0
- π CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- π Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)- π Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- β¨ Support for 32-bit
manylinux_2_28(now a consistent default) andmanylinux_2_34added (#2500)- π Improved summary, will also use markdown summary output on GHA (#2469)
- π The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable) since you can't push them to PyPI yet (#2506)- π Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64->cp39-musllinux_riscv64) (#2490)- π Mistyping
--onlynow shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)- π Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (#2478)
- π We now use pattern matching extensively (#2434)
- π We now have platform maintainers for our special platforms and interpreters! (#2481)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.1.3
1 August 2025
- π Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- π Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- π Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
29 July 2025
- β οΈ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- π
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- π Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- π iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- π Fix bug in Android running wheel from our GitHub Action (#2517)
- π Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- π Fix incorrect number of wheels reported in logs, again (#2517)
- π We welcome our Android platform maintainer (#2516)
v3.1.1
24 July 2025
- π Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- π Docs fix (#2510)
v3.1.0
23 July 2025
- π CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- π Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)- π Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- β¨ Support for 32-bit
manylinux_2_28(now a consistent default) andmanylinux_2_34added (#2500)- π Improved summary, will also use markdown summary output on GHA (#2469)
- π The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable) since you can't push them to PyPI yet (#2506)- π Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64->cp39-musllinux_riscv64) (#2490)- π Mistyping
--onlynow shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)
... (truncated)
Commits
352e013Bump version: v3.1.3c463e56tests: another iOS flaky spot (#2539)8c5c738docs(project): add Falcon to working examples (#2538)feeb399tests: add flaky test handling (#2527)60b9cc9fix: never call pip directly (#2537)e2c7102chore: remove some GraalPy Windows workarounds. (#2501)9e4e50bBump version: v3.1.28ef9414[pre-commit.ci] pre-commit autoupdate (#2532)1953c04Adding@βmhsmithas platform maintainer for Android (#2516)46a6d27Bump iOS support package versions. (#2530)- Additional commits viewable in compare view
Updates scientific-python/circleci-artifacts-redirector-action from 1.1.0 to 1.2.0
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
v1.2.0
What's Changed
- Build(deps): Bump autofix-ci/action from 1.3.1 to 1.3.2 in /.github/workflows in the actions group by
@βdependabot[bot] in scientific-python/circleci-artifacts-redirector-action#75- Update LICENSE by
@βlarsonerin scientific-python/circleci-artifacts-redirector-action#77- Add option to set CircleCI domain by
@βstefanvin scientific-python/circleci-artifacts-redirector-action#78- Build(deps-dev): Bump form-data from 3.0.1 to 3.0.4 by
@βdependabot[bot] in scientific-python/circleci-artifacts-redirector-action#79New Contributors
@βstefanvmade their first contribution in scientific-python/circleci-artifacts-redirector-action#78Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1.1.0...v1.2.0
Commits
Updates github/codeql-action from 3.29.3 to 3.29.5
Release notes
Sourced from github/codeql-action's releases.
v3.29.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
See the full CHANGELOG.md for more information.
v3.29.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.4 - 23 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
No user facing changes.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #29353.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #2938- Update default CodeQL bundle version to 2.22.1. #2950
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
3.28.21 - 28 July 2025
No user facing changes.
3.28.20 - 21 July 2025
- Remove support for combining SARIF files from a single upload for GHES 3.18, see the changelog post. #2959
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis.- Update default CodeQL bundle version to 2.21.4. #2910
... (truncated)
Commits
51f7732Merge pull request #2997 from github/update-v3.29.5-80a09d7b08e90243Update changelog for v3.29.580a09d7Merge pull request #2996 from github/dependabot/npm_and_yarn/npm-240ab9fad08388115Merge pull request #2994 from github/mergeback/changelog/v3.28.21401ecafMerge branch 'main' into mergeback/changelog/v3.28.21ab5c0c5Merge branch 'main' into dependabot/npm_and_yarn/npm-240ab9fad0cd264d4Merge pull request #2986 from github/update-bundle/codeql-bundle-v2.22.24599055Merge branch 'main' into update-bundle/codeql-bundle-v2.22.2fd7ad51Merge pull request #2971 from github/update-supported-enterprise-server-versionsac0c9bfMerge branch 'main' into update-supported-enterprise-server-versions- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
github/codeql-action
actions
3.29.3 β 3.29.5
Patch
actions
1.1.0 β 1.2.0
Minor
Technical Details
| ID: | 4700256 |
| UUID: | 2719585529 |
| Node ID: | PR_kwDOABUios6iGZT5 |
| Host: | GitHub |
| Repository: | matplotlib/matplotlib |