kdeldycke / workflows

⚙️ CLI helpers for GitHub Action + reuseable workflows
GNU General Public License v2.0
22 stars 5 forks source link

Bump gha-utils from 4.6.0 to 4.7.1 #1416

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps gha-utils from 4.6.0 to 4.7.1.

Release notes

Sourced from gha-utils's releases.

v4.7.1

Changes

  • Fix upload to PyPi on release.
  • Remove unused uv_requirement_params in metadata.

🐍 Available on PyPi.

v4.7.0

Changes

  • Remove extra_python_params variant in nuitka_matrix metadata.
  • Add official support of Python 3.13.
  • Drop support for Python 3.9.
  • Use macos-15 instead of macos-14 to build binaries for arm64.
  • Use ubuntu-24.04 instead of ubuntu-22.04 to built binaries for Linux.
  • Run tests on Python 3.14-dev.

🐍 Available on PyPi.

v4.6.1

Changes

  • Use uv to publish Python packages.

🐍 Available on PyPi.

Changelog

Sourced from gha-utils's changelog.

4.7.1 (2024-11-03)

  • Fix upload to PyPi on release.
  • Remove unused uv_requirement_params in metadata.

4.7.0 (2024-11-03)

  • Remove extra_python_params variant in nuitka_matrix metadata.
  • Add official support of Python 3.13.
  • Drop support for Python 3.9.
  • Use macos-15 instead of macos-14 to build binaries for arm64.
  • Use ubuntu-24.04 instead of ubuntu-22.04 to built binaries for Linux.
  • Run tests on Python 3.14-dev.

4.6.1 (2024-09-26)

  • Use uv to publish Python packages.
Commits
  • 03f4116 [changelog] Release v4.7.1
  • 8555eb1 [autofix] Regenerate dependency graph
  • 39926f4 No need to over-check things
  • 87de66a Remove unused uv_requirement_params now that uv has the sync subcommand
  • 5cafff6 [autofix] Sync uv.lock
  • 2ae9f97 Test built package
  • e247425 Document possible replacement to twine and wheel checks:
  • 57b1ede uv requires a glob to select packages for upload
  • 47dac8f [changelog] Post-release version bump
  • ad270bd [changelog] Release v4.7.0
  • 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 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)