Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps kdeldycke/workflows/.github/workflows/labels.yaml from 4.17.5 to 4.23.1.

Release notes

Sourced from kdeldycke/workflows/.github/workflows/labels.yaml's releases.

v4.23.1

Changes

  • Fix some incompatibilities between mdformat plugins.

🐍 Available on PyPi.

v4.23.0

Changes

  • Remove maximum capped version of all dependencies (relax all ~= specifiers to >=). This gives more freedom to downstream and upstream packagers. Document each minimal version choice.
  • Add new --command parameter to gha-utils test-plan command as an alias to --binary.
  • Allow gha-utils test-plan to accept a full command line with parameters as input for --command/--binary option.
  • Self-check of gha-utils test-plan command in its own test plan.
  • Dynamiccaly deepen shallow clones of Git repositories when fetching new commit ranges.
  • Only runs optimize-images job if there are image files in the repository.
  • Move runner architecture validation to gha-utils-only job.
  • Remove dependency on mdformat_tables plugin which has been merged into mdformat-gfm.
  • Use un-released versions of mdformat plugins until their compatibility is restored.
  • Move all typing-related imports behind a hard-coded TYPE_CHECKING guard to avoid runtime imports.
  • Fix builds on macos-26.
  • Skip tests on intermediate Python versions (3.12 and 3.13) to reduce CI load.

🐍 Available on PyPi.

v4.22.0

Changes

  • Add new image_files field to gha-utils metadata.
  • Only runs lint-yaml job if there are YAML files in the repository.
  • Only runs lint-github-action job if there are workflow files in the repository.
  • Only runs broken-links job if there are Markdown or rST files in the repository.
  • Only runs update-mailmap job if .mailmap file exists.
  • The gha-utils test-plan command now reports the detailed line differences when a *_regex_fullmatch check fails.
  • Fix commit_range field when there is only one commit in the range.
  • Flag macos-26 as unstable target by default for Nuitka builds while we wait for a solution upstream.
  • Upload Nuitka crash report as artifacts when the build fails.
  • Validate architecture of binaries produced by Nuitka builds.

🐍 Available on PyPi.

v4.21.0

Changes

  • Use astral-sh/[email protected] action to install uv instead of manually installing it with pip.
  • Remove requirements/uv.txt file.
  • Add new fields to gha-utils metadata:
    • yaml_files
    • workflow_files
    • mailmap_exists

... (truncated)

Changelog

Sourced from kdeldycke/workflows/.github/workflows/labels.yaml's changelog.

4.23.1 (2025-11-01)

  • Fix some incompatibilities between mdformat plugins.

4.23.0 (2025-10-25)

  • Remove maximum capped version of all dependencies (relax all ~= specifiers to >=). This gives more freedom to downstream and upstream packagers. Document each minimal version choice.
  • Add new --command parameter to gha-utils test-plan command as an alias to --binary.
  • Allow gha-utils test-plan to accept a full command line with parameters as input for --command/--binary option.
  • Self-check of gha-utils test-plan command in its own test plan.
  • Dynamiccaly deepen shallow clones of Git repositories when fetching new commit ranges.
  • Only runs optimize-images job if there are image files in the repository.
  • Move runner architecture validation to gha-utils-only job.
  • Remove dependency on mdformat_tables plugin which has been merged into mdformat-gfm.
  • Use un-released versions of mdformat plugins until their compatibility is restored.
  • Move all typing-related imports behind a hard-coded TYPE_CHECKING guard to avoid runtime imports.
  • Fix builds on macos-26.
  • Skip tests on intermediate Python versions (3.12 and 3.13) to reduce CI load.

4.22.0 (2025-10-12)

  • Add new image_files field to gha-utils metadata.
  • Only runs lint-yaml job if there are YAML files in the repository.
  • Only runs lint-github-action job if there are workflow files in the repository.
  • Only runs broken-links job if there are Markdown or rST files in the repository.
  • Only runs update-mailmap job if .mailmap file exists.
  • The gha-utils test-plan command now reports the detailed line differences when a *_regex_fullmatch check fails.
  • Fix commit_range field when there is only one commit in the range.
  • Flag macos-26 as unstable target by default for Nuitka builds while we wait for a solution upstream.
  • Upload Nuitka crash report as artifacts when the build fails.
  • Validate architecture of binaries produced by Nuitka builds.

4.21.0 (2025-10-11)

  • Use astral-sh/setup-uv action to install uv instead of manually installing it with pip.
  • Remove requirements/uv.txt file.
  • Add new fields to gha-utils metadata:
    • yaml_files
    • workflow_files
    • mailmap_exists
  • Check that start and end commit of commit_range exist in the repository before trying to traverse commits with PyDriller.
  • Add check-runners job to always verify the architecture of each runner used to compile binaries with Nuitka.
  • Use macos-28 runner instead of macos-15 to build binaries for arm64.
  • Use macos-15-intel runner instead of macos-13 to build binaries for x64.
  • Run tests on macos-28 and macos-15-intel runners instead of macos-15 and macos-13.
  • Only parse .gitignore file once, when first needed, and cache the matching function.
  • Run gha-utils commands without --verbosity DEBUG option in jobs to reduce noise.
  • Silence overly verbose debug messages from py-walk logger.
  • Run debug workflow on all platforms targeted by Nuitka builds.
  • Only runs debug workflow manually, on demand.

... (truncated)

Commits
  • 6f82d6a [changelog] Release v4.23.1
  • 03b04bc [autofix] Regenerate dependency graph
  • a73eed3 Bump crate-ci/typos from 1.38.1 to 1.39.0
  • 55cf0df Update ruff
  • b31a648 Bump lycheeverse/lychee-action from 2.6.1 to 2.7.0
  • bb15547 [autofix] Sync uv.lock
  • dfad74b Use released version of mdformat_pyproject
  • 06b9dc1 mdformat_pyproject fix has been merged upstream
  • 72a77e8 Bump actions/upload-artifact from 4.6.2 to 5.0.0
  • cc53d3d Rely on released version of mdformat_simple_breaks
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [kdeldycke/workflows/.github/workflows/labels.yaml](https://github.com/kdeldycke/workflows) from 4.17.5 to 4.23.1.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](kdeldycke/workflows@v4.17.5...v4.23.1)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows/.github/workflows/labels.yaml
  dependency-version: 4.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 📦 dependencies Update of dependencies label Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants