René's URL Explorer Experiment


Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #31261 · matplotlib/matplotlib · GitHub

Open Graph Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #31261 · matplotlib/matplotlib

X Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #31261 · matplotlib/matplotlib

Description: Bumps the actions group with 2 updates: pypa/cibuildwheel and github/codeql-action. Updates pypa/cibuildwheel from 3.3.1 to 3.4.0 Release notes Sourced from pypa/cibuildwheel's releases. v3.4.0 🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322) ⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682) ✨ Improvements to building Rust wheels on Android (#2650) 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723) ✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737) 📚 Docs updates, including guidance on using Meson on Windows (#2718) Changelog Sourced from pypa/cibuildwheel's changelog. title: Changelog Changelog v3.4.0 5 March 2026 🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322) ⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682) ✨ Improvements to building rust wheels on Android (#2650) 🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723) ✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737) 📚 Docs updates, including guidance on using Meson on Windows (#2718) v3.3.1 5 January 2026 🛠 Update dependencies and container pins, including updating to CPython 3.14.2. (#2708) v3.3.0 12 November 2025 🐛 Fix an incompatibility with Docker v29 (#2660) ✨ Adds test-runtime option, to customise how tests on simulated/emulated environments are run (#2636) ✨ Adds support for new manylinux_2_35 images on 32-bit ARM armv7l, offering better C++20 compatibility (#2656) ✨ build[uv] is now supported on Android (#2587) ✨ You can now install extras (such as uv) with a simple option on the GitHub Action (#2630) ✨ {project} and {package} placeholders are now supported in repair-wheel-command (#2589) 🛠 The versions set with dependency-versions no longer constrain packages specified by your build-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583) 🛠 Improve the handling of test-command on Android, enabling more options to be passed (#2590) 📚 Docs improvements (#2618) v3.2.1 12 October 2025 🛠 Update to CPython 3.14.0 final (#2614) 🐛 Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613) 📚 Docs improvements (#2617) v3.2.0 22 September 2025 ✨ Adds GraalPy v25 (Python 3.12) support (#2597) ... (truncated) Commits ee02a15 Bump version: v3.4.0 f08ce70 chore: match copyright to BSD-2-clause template (#2758) 95b4b79 Fix incorrect document regarding pyodide auditwheel (#2752) f046d0a Bump to Pyodide v0.29.3 (#2743) f5a31ee chore(deps): bump the actions group across 1 directory with 4 updates (#2755) 35ec456 [pre-commit.ci] pre-commit autoupdate (#2756) 51fed90 [Bot] Update dependencies (#2734) b70562f Debug GraalPy/uv test failures on Windows (#2741) 0a85e29 Work around CDN rate limiting on Python.org in bin/update_pythons.py (#2753) 2d33864 Pin the actions/setup-python for the externally used action.yml (#2749) Additional commits viewable in compare view Updates github/codeql-action from 4.32.5 to 4.32.6 Release notes Sourced from github/codeql-action's releases. v4.32.6 Update default CodeQL bundle version to 2.24.3. #3548 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] Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557 The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559 4.32.6 - 05 Mar 2026 Update default CodeQL bundle version to 2.24.3. #3548 4.32.5 - 02 Mar 2026 Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507 Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487 The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515 Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516 Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498 Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512 The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504 4.32.4 - 20 Feb 2026 Update default CodeQL bundle version to 2.24.2. #3493 Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473 When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486 Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485 Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484 4.32.3 - 13 Feb 2026 Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466 4.32.2 - 05 Feb 2026 Update default CodeQL bundle version to 2.24.1. #3460 4.32.1 - 02 Feb 2026 A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422 Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421 4.32.0 - 26 Jan 2026 Update default CodeQL bundle version to 2.24.0. #3425 4.31.11 - 23 Jan 2026 ... (truncated) Commits 0d579ff Merge pull request #3551 from github/update-v4.32.6-72d2d850d d4c6be7 Update changelog for v4.32.6 72d2d85 Merge pull request #3548 from github/update-bundle/codeql-bundle-v2.24.3 23f983c Merge pull request #3544 from github/dependabot/github_actions/dot-github/wor... 832e97c Merge pull request #3545 from github/dependabot/github_actions/dot-github/wor... 5ef38c0 Merge pull request #3546 from github/dependabot/npm_and_yarn/tar-7.5.10 80c9cda Add changelog note f2669dd Update default bundle to codeql-bundle-v2.24.3 bd03c44 Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actio... 102d762 Bump tar from 7.5.7 to 7.5.10 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 rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will 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 minor version will 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 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 will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the actions group with 2 updates: pypa/cibuildwheel and github/codeql-action. Updates pypa/cibuildwheel from 3.3.1 to 3.4.0 Release notes Sourced from pypa/cibuildwheel's releases. v3.4...

X Description: Bumps the actions group with 2 updates: pypa/cibuildwheel and github/codeql-action. Updates pypa/cibuildwheel from 3.3.1 to 3.4.0 Release notes Sourced from pypa/cibuildwheel's releases. ...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/31261

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0cff2026-23c0-6ff6-b0fc-6fe1982f98fc
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8E62:3AC7E6:14B0036:1B63EB9:6A51B368
html-safe-noncec50d6fc5c5716f310cc99e677a8488f77042660c6da740f61603c035fa2b0b90
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTYyOjNBQzdFNjoxNEIwMDM2OjFCNjNFQjk6NkE1MUIzNjgiLCJ2aXNpdG9yX2lkIjoiNTI2MzE2OTI5ODQ0MTAyNDM2MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac02ebb292ffc371e78b852c6cbc7e5681e3184571c78d98e259357ba5704020ca
hovercard-subject-tagpull_request:3375329788
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/31261/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the actions group with 2 updates: pypa/cibuildwheel and github/codeql-action. Updates pypa/cibuildwheel from 3.3.1 to 3.4.0 Release notes Sourced from pypa/cibuildwheel's releases. v3.4...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/31261/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31261%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31261%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/31261/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31261/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31261/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31261/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31261/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
QuLogichttps://github.com/QuLogic
mainhttps://github.com/matplotlib/matplotlib/tree/main
dependabot/github_actions/actions-eede4f065fhttps://github.com/matplotlib/matplotlib/tree/dependabot/github_actions/actions-eede4f065f
Conversation 0 https://github.com/matplotlib/matplotlib/pull/31261
Commits 1 https://github.com/matplotlib/matplotlib/pull/31261/commits
Checks 63 https://github.com/matplotlib/matplotlib/pull/31261/checks
Files changed 2 https://github.com/matplotlib/matplotlib/pull/31261/files
Bump the actions group with 2 updates https://github.com/matplotlib/matplotlib/pull/31261/files#top
Show all changes 1 commit https://github.com/matplotlib/matplotlib/pull/31261/files
40b2eb3 Bump the actions group with 2 updates dependabot[bot] Mar 9, 2026 https://github.com/matplotlib/matplotlib/pull/31261/commits/40b2eb33d1c962d6345f8acba708cc42f132b8e6
Clear filters https://github.com/matplotlib/matplotlib/pull/31261/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31261/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31261/files
cibuildwheel.yml https://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
codeql-analysis.yml https://github.com/matplotlib/matplotlib/pull/31261/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
.github/workflows/cibuildwheel.ymlhttps://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
View file https://github.com/matplotlib/matplotlib/blob/40b2eb33d1c962d6345f8acba708cc42f132b8e6/.github/workflows/cibuildwheel.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31261/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
.github/workflows/codeql-analysis.ymlhttps://github.com/matplotlib/matplotlib/pull/31261/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
View file https://github.com/matplotlib/matplotlib/blob/40b2eb33d1c962d6345f8acba708cc42f132b8e6/.github/workflows/codeql-analysis.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31261/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
https://github.com/matplotlib/matplotlib/pull/31261/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31261/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.