Bump the actions group across 1 directory with 6 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies github_actions
Bumps the actions group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| pypa/cibuildwheel | 2.23.3 |
3.0.1 |
| actions/attest-build-provenance | 2.3.0 |
2.4.0 |
| scientific-python/circleci-artifacts-redirector-action | 1.0.0 |
1.1.0 |
| github/codeql-action | 3.28.17 |
3.29.2 |
| cygwin/cygwin-install-action | 5 |
6 |
| codecov/codecov-action | 5.4.2 |
5.4.3 |
Updates pypa/cibuildwheel from 2.23.3 to 3.0.1
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.0.1
- đź› Updates CPython 3.14 prerelease to 3.14.0b3 (#2471)
- ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds are enabled) (#2475)
v3.0.0
See
@​henryiii's release post for more info on new features!
🌟 Adds the ability to build wheels for iOS! Set the
platformoption toioson a Mac with the iOS toolchain to try it out! (#2286, #2363, #2432)🌟 Adds support for the GraalPy interpreter! Enable for your project using the
enableoption. (#1538, #2411, #2414)✨ Adds CPython 3.14 support, under the
enableoptioncpython-prerelease. This version of cibuildwheel uses 3.14.0b2. (#2390)While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.14 will be available in cibuildwheel without the flag. (#2390)
✨ Adds the test-sources option, and changes the working directory for tests. (#2062, #2284, #2437)
- If this option is set, cibuildwheel will copy the files and folders specified in
test-sourcesinto the temporary directory we run from. This is required for iOS builds, but also useful for other platforms, as it allows you to avoid placeholders.- If this option is not set, behaviour matches v2.x - cibuildwheel will run the tests from a temporary directory, and you can use the
{project}placeholder in thetest-commandto refer to the project directory. (#2420)✨ Adds
dependency-versionsinline syntax (#2122)✨ Improves support for Pyodide builds and adds the experimental
pyodide-versionoption, which allows you to specify the version of Pyodide to use for builds. (#2002)✨ Add
pyodide-prereleaseenable option, with an early build of 0.28 (Python 3.13). (#2431)✨ Adds the
test-environmentoption, which allows you to set environment variables for the test command. (#2388)✨ Adds the
xbuild-toolsoption, which allows you to specify tools safe for cross-compilation. Currently only used on iOS; will be useful for Android in the future. (#2317)đź› The default manylinux image has changed from
manylinux2014tomanylinux_2_28. (#2330)đź› EOL images
manylinux1,manylinux2010,manylinux_2_24andmusllinux_1_1can no longer be specified by their shortname. The full OCI name can still be used for these images, if you wish. (#2316)đź› Invokes
buildrather thanpip wheelto build wheels by default. You can control this via thebuild-frontendoption. You might notice that you can see your build log output now! (#2321)đź› Build verbosity settings have been reworked to have consistent meanings between build backends when non-zero. (#2339)
đź› Removed the
CIBW_PRERELEASE_PYTHONSandCIBW_FREE_THREADED_SUPPORToptions - these have been folded into theenableoption instead. (#2095)đź› Build environments no longer have setuptools and wheel preinstalled. (#2329)
đź› Use the standard Schema line for the integrated JSONSchema. (#2433)
⚠️ Dropped support for building Python 3.6 and 3.7 wheels. If you need to build wheels for these versions, use cibuildwheel v2.23.3 or earlier. (#2282)
⚠️ The minimum Python version required to run cibuildwheel is now Python 3.11. You can still build wheels for Python 3.8 and newer. (#1912)
⚠️ 32-bit Linux wheels no longer built by default - the arch was removed from
"auto". It now requires explicit"auto32". Note that modern manylinux images (like the new default,manylinux_2_28) do not have 32-bit versions. (#2458)⚠️ PyPy wheels no longer built by default, due to a change to our options system. To continue building PyPy wheels, you'll now need to set the
enableoption topypyorpypy-eol. (#2095)⚠️ Dropped official support for Appveyor. If it was working for you before, it will probably continue to do so, but we can't be sure, because our CI doesn't run there anymore. (#2386)
📚 A reorganisation of the docs, and numerous updates. (#2280)
📚 Use Python 3.14 color output in docs CLI output. (#2407)
📚 Docs now primarily use the pyproject.toml name of options, rather than the environment variable name. (#2389)
📚 README table now matches docs and auto-updates. (#2427, #2428)
v3.0.0rc3
Not yet released, but available for testing.
Note - when using a beta version, be sure to check the latest docs, rather than the stable version, which is still on v2.X.
If you've used previous versions of the beta:
- ⚠️ Previous betas of v3.0 changed the working directory for tests. This has been rolled back to the v2.x behaviour, so you might need to change configs if you adapted to the beta 1 or 2 behaviour. See [issue #2406](pypa/cibuildwheel#2406) for more information.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.0.1
5 July 2025
- đź› Updates CPython 3.14 prerelease to 3.14.0b3 (#2471)
- ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds are enabled) (#2475)
v3.0.0
11 June 2025
See
@​henryiii's release post for more info on new features!
🌟 Adds the ability to build wheels for iOS! Set the
platformoption toioson a Mac with the iOS toolchain to try it out! (#2286, #2363, #2432)🌟 Adds support for the GraalPy interpreter! Enable for your project using the
enableoption. (#1538, #2411, #2414)✨ Adds CPython 3.14 support, under the
enableoptioncpython-prerelease. This version of cibuildwheel uses 3.14.0b2. (#2390)While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.14 will be available in cibuildwheel without the flag. (#2390)
✨ Adds the test-sources option, and changes the working directory for tests. (#2062, #2284, #2437)
- If this option is set, cibuildwheel will copy the files and folders specified in
test-sourcesinto the temporary directory we run from. This is required for iOS builds, but also useful for other platforms, as it allows you to avoid placeholders.- If this option is not set, behaviour matches v2.x - cibuildwheel will run the tests from a temporary directory, and you can use the
{project}placeholder in thetest-commandto refer to the project directory. (#2420)✨ Adds
dependency-versionsinline syntax (#2122)✨ Improves support for Pyodide builds and adds the experimental
pyodide-versionoption, which allows you to specify the version of Pyodide to use for builds. (#2002)✨ Add
pyodide-prereleaseenable option, with an early build of 0.28 (Python 3.13). (#2431)✨ Adds the
test-environmentoption, which allows you to set environment variables for the test command. (#2388)✨ Adds the
xbuild-toolsoption, which allows you to specify tools safe for cross-compilation. Currently only used on iOS; will be useful for Android in the future. (#2317)đź› The default manylinux image has changed from
manylinux2014tomanylinux_2_28. (#2330)đź› EOL images
manylinux1,manylinux2010,manylinux_2_24andmusllinux_1_1can no longer be specified by their shortname. The full OCI name can still be used for these images, if you wish. (#2316)đź› Invokes
buildrather thanpip wheelto build wheels by default. You can control this via thebuild-frontendoption. You might notice that you can see your build log output now! (#2321)đź› Build verbosity settings have been reworked to have consistent meanings between build backends when non-zero. (#2339)
đź› Removed the
CIBW_PRERELEASE_PYTHONSandCIBW_FREE_THREADED_SUPPORToptions - these have been folded into theenableoption instead. (#2095)đź› Build environments no longer have setuptools and wheel preinstalled. (#2329)
đź› Use the standard Schema line for the integrated JSONSchema. (#2433)
⚠️ Dropped support for building Python 3.6 and 3.7 wheels. If you need to build wheels for these versions, use cibuildwheel v2.23.3 or earlier. (#2282)
⚠️ The minimum Python version required to run cibuildwheel is now Python 3.11. You can still build wheels for Python 3.8 and newer. (#1912)
⚠️ 32-bit Linux wheels no longer built by default - the arch was removed from
"auto". It now requires explicit"auto32". Note that modern manylinux images (like the new default,manylinux_2_28) do not have 32-bit versions. (#2458)⚠️ PyPy wheels no longer built by default, due to a change to our options system. To continue building PyPy wheels, you'll now need to set the
enableoption topypyorpypy-eol. (#2095)⚠️ Dropped official support for Appveyor. If it was working for you before, it will probably continue to do so, but we can't be sure, because our CI doesn't run there anymore. (#2386)
📚 A reorganisation of the docs, and numerous updates. (#2280)
📚 Use Python 3.14 color output in docs CLI output. (#2407)
📚 Docs now primarily use the pyproject.toml name of options, rather than the environment variable name. (#2389)
📚 README table now matches docs and auto-updates. (#2427, #2428)
... (truncated)
Commits
95d2f3aBump version: v3.0.140de3fe[pre-commit.ci] pre-commit autoupdate (#2483)9200810feat: added Python 3.14 preview for iOS (#2475)94fe0a2[Bot] Update dependencies (#2482)405ddd5fix: pyodide missing some logging (#2477)34b4f1e[pre-commit.ci] pre-commit autoupdate (#2474)e69b553[Bot] Update dependencies (#2473)3e86452[Bot] Update dependencies (#2471)e737495chore(deps): bump actions/attest-build-provenance from 2.3.0 to 2.4.0 in the ...588dee0docs: include Windows ARM in examples (#2468)- Additional commits viewable in compare view
Updates actions/attest-build-provenance from 2.3.0 to 2.4.0
Release notes
Sourced from actions/attest-build-provenance's releases.
v2.4.0
What's Changed
- Bump undici from 5.28.5 to 5.29.0 by
@​dependabotin actions/attest-build-provenance#633- Bump actions/attest from 2.3.0 to 2.4.0 by
@​bdehamerin actions/attest-build-provenance#654
- Includes support for the new well-known summary file which will accumulate paths to all attestations generated in a given workflow run
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.3.0...v2.4.0
Commits
e8998f9bump actions/attest from 2.3.0 to 2.4.0 (#654)11c67f2Bump the npm-development group across 1 directory with 6 updates (#649)39cb715Bump the npm-development group across 1 directory with 7 updates (#641)7d91c40Bump undici from 5.28.5 to 5.29.0 (#633)d848170Bump super-linter/super-linter in the actions-minor group (#640)0ca36eaBump the npm-development group with 7 updates (#582)d82e7cdoffboard from eslint in superlinter (#618)- See full diff in compare view
Updates scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1.0
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
v1.1.0
What's Changed
- MAINT: Rename by
@​larsonerin scientific-python/circleci-artifacts-redirector-action#49- Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 by
@​dependabotin scientific-python/circleci-artifacts-redirector-action#51- Build(deps-dev): Bump ws from 7.5.9 to 7.5.10 by
@​dependabotin scientific-python/circleci-artifacts-redirector-action#52- MAINT: Bump with audit fix by
@​larsonerin scientific-python/circleci-artifacts-redirector-action#53- Unleash dependabot by
@​pllimin scientific-python/circleci-artifacts-redirector-action#55- Build(deps): Bump actions/checkout from 3 to 4 in /.github/workflows in the actions group by
@​dependabotin scientific-python/circleci-artifacts-redirector-action#56- Use hash in README instructions by
@​pllimin scientific-python/circleci-artifacts-redirector-action#54- Build(deps): Bump
@​octokit/request-errorand@​actions/githubby@​dependabotin scientific-python/circleci-artifacts-redirector-action#60- Build(deps): Bump
@​octokit/plugin-paginate-restfrom 9.2.1 to 9.2.2 by@​dependabotin scientific-python/circleci-artifacts-redirector-action#61- Build(deps): Bump
@​octokit/requestfrom 8.4.0 to 8.4.1 by@​dependabotin scientific-python/circleci-artifacts-redirector-action#62- update README note on circleci API tokens by
@​jeromedockesin scientific-python/circleci-artifacts-redirector-action#64- Making config example and narrative consistent by
@​bsipoczin scientific-python/circleci-artifacts-redirector-action#67- Build(deps): Bump undici from 5.28.5 to 5.29.0 by
@​dependabotin scientific-python/circleci-artifacts-redirector-action#68- ENH: Add automatic rebuild by
@​larsonerin scientific-python/circleci-artifacts-redirector-action#72- Update NCC; pin fetch to v2 by
@​nickodellin scientific-python/circleci-artifacts-redirector-action#71- BUG: Fix permission bug by
@​larsonerin scientific-python/circleci-artifacts-redirector-action#73- ENH: Use version for autofix-ci and add automerge by
@​larsonerin scientific-python/circleci-artifacts-redirector-action#74New Contributors
@​pllimmade their first contribution in scientific-python/circleci-artifacts-redirector-action#55@​jeromedockesmade their first contribution in scientific-python/circleci-artifacts-redirector-action#64@​bsipoczmade their first contribution in scientific-python/circleci-artifacts-redirector-action#67@​nickodellmade their first contribution in scientific-python/circleci-artifacts-redirector-action#71Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1...v1.1.0
Commits
7eafdb6ENH: Use version for autofix-ci and add automerge (#74)99c015dBUG: Fix permission bug (#73)bc4ba3eUpdate NCC; pin fetch to v2 (#71)94d2830ENH: Add automatic rebuild (#72)c91e2b4Merge pull request #68 from scientific-python/dependabot/npm_and_yarn/undici-...0593e33Build(deps): Bump undici from 5.28.5 to 5.29.0b21c313Making config example and narrative consistent (#67)cf50f99update README note on circleci API tokens (#64)2da7c92Build(deps): Bump@​octokit/requestfrom 8.4.0 to 8.4.1 (#62)0524538Merge pull request #61 from scientific-python/dependabot/npm_and_yarn/octokit...- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.17 to 3.29.2
Release notes
Sourced from github/codeql-action's releases.
v3.29.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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. #2935See the full CHANGELOG.md for more information.
v3.29.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.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
See the full CHANGELOG.md for more information.
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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
See the full CHANGELOG.md for more information.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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
See the full CHANGELOG.md for more information.
... (truncated)
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.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.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
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
... (truncated)
Commits
181d5eeMerge pull request #2957 from github/update-v3.29.2-4c57370d0c77386aFix changelog PR number8d43d4eUpdate changelog for v3.29.24c57370Merge pull request #2935 from github/mbg/interpret-cq-results2830b75Add changelog entryaa72ddaMerge branch 'main' into mbg/interpret-cq-results65d1e45RenameSARIF_UPLOAD_ENDPOINTmembers362ebf8Check both SARIF files inquality-queries.ymltest10a3e4bFix formatting8593ea6Merge pull request #2954 from github/mergeback/v3.29.1-to-main-39edc492- Additional commits viewable in compare view
Updates cygwin/cygwin-install-action from 5 to 6
Release notes
Sourced from cygwin/cygwin-install-action's releases.
v6
What's Changed
- Add warning about using SHELLOPTS to set igncr by
@​tobil4skin cygwin/cygwin-install-action#22- Add work-vol option by
@​gstraussin cygwin/cygwin-install-action#27- For performance, default work-vol to D: (if it exists) by
@​gstraussin cygwin/cygwin-install-action#27- Add a retry mechanism for fetching setup executable by
@​jon-turneyin cygwin/cygwin-install-action#26- Check Authenticode signature on setup execitable by
@​jon-turney- Give the action some outputs (e.g. so uses can find out where we installed) by
@​jon-turneyNew Contributors
@​tobil4skmade their first contribution in cygwin/cygwin-install-action#22Full Changelog: https://github.com/cygwin/cygwin-install-action/compare/v5...v6
Commits
f200932Give the action some outputs52b4c10Check Authenticode signature on setupe67b1f4Factor out download retry as a function, to use on sha512.sum file also8381d6dAdd a retry mechanism for fetching setup executable354b337Consistently use throw to terminate with an errorf623c57Add a test of work-vol optiond3a7464Use D: drive as default work-vol1c9eb7cAdd work-vol option to target different setup volumed6a07e1Tweak wording about SHELLOPTS and line-endings63d1e75Add warning about using SHELLOPTS to set igncr- See full diff in compare view
Updates codecov/codecov-action from 5.4.2 to 5.4.3
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.3
What's Changed
- fix: OIDC on forks by
@​joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@​dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@​thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@​app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@​joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@​thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@​app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@​app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@​app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@​app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@​app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@​matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@​app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@​app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@​app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@​webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@​Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@​craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@​app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@​miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@​app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@​app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
... (truncated)
Commits
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
1
5
+10
-10
Package Dependencies
github/codeql-action
actions
3.28.17 → 3.29.2
Minor
codecov/codecov-action
actions
5.4.2 → 5.4.3
Patch
actions/attest-build-provenance
actions
2.3.0 → 2.4.0
Minor
actions
1.0.0 → 1.1.0
Minor
Technical Details
| ID: | 3228142 |
| UUID: | 2663343148 |
| Node ID: | PR_kwDOCKbz3s6ev2Qs |
| Host: | GitHub |
| Repository: | fedora-python/matplotlib |
| Mergeable: | Yes |
| Merge State: | Unstable |