Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps kdeldycke/workflows from 4.18.1 to 4.20.0.

Release notes

Sourced from kdeldycke/workflows's releases.

v4.20.0

Changes

  • Add new fields to gha-utils metadata:
    • is_bot to detect if the current run is not triggered by a human.
    • build_targets to list all supported Nuitka build targets.
    • markdown_files to list all Markdown files in the repository.
    • zsh_files to list all Zsh files in the repository.
    • json_files to list all JSON files in the repository.
  • Include *.pyi, *.pyw, *.pyx and *.ipynb files in python_files field.
  • Include *.mdown, *.mkdn, *.mdwn, *.mkd, *.mdtxt and *.mdtext files in doc_files field.
  • Replace gitignore-parser dependency by py-walk to fix patterns matching both files and directories.
  • Add support for Python 3.14 syntax in blacken-docs.
  • Rename ghdelimiter_XXXXX tags in GitHub action multiline text blocks to GHA_DELIMITER_XXXXX for better visibility.
  • Check that gha-utils CLI can be run as a Python module and with uv run and uvx.
  • Add official support of Python 3.14.
  • Run tests on Python 3.15-dev.

🐍 Available on PyPi.

v4.19.1

Changes

  • Bump to Click Extra 6.0.0.

🐍 Available on PyPi.

v4.19.0

Changes

  • Check for URL fragments when checking links with Lychee.
  • Fix compilation of rfc3987_syntax data file thanks to Nuitka v2.7.14.
  • Remove local patch of gitignore-parser, rely on v0.1.13 release instead.
  • Add dependency on mdformat-recover-urls to fix URL encoding in Markdown files.
  • Force installation of all dependencies before running Mypy in lint workflow to ensure all typeshed-* packages are present.
  • Cap click to 8.2.x series when installing bump-my-version to avoid incompatible API changes.
  • Skip linting and sponsoring jobs on Dependabot PRs and prepare-release branch.

🐍 Available on PyPi.

Changelog

Sourced from kdeldycke/workflows's changelog.

4.20.0 (2025-10-10)

  • Add new fields to gha-utils metadata:
    • is_bot to detect if the current run is not triggered by a human.
    • build_targets to list all supported Nuitka build targets.
    • markdown_files to list all Markdown files in the repository.
    • zsh_files to list all Zsh files in the repository.
    • json_files to list all JSON files in the repository.
  • Include *.pyi, *.pyw, *.pyx and *.ipynb files in python_files field.
  • Include *.mdown, *.mkdn, *.mdwn, *.mkd, *.mdtxt and *.mdtext files in doc_files field.
  • Replace gitignore-parser dependency by py-walk to fix patterns matching both files and directories.
  • Add support for Python 3.14 syntax in blacken-docs.
  • Rename ghdelimiter_XXXXX tags in GitHub action multiline text blocks to GHA_DELIMITER_XXXXX for better visibility.
  • Check that gha-utils CLI can be run as a Python module and with uv run and uvx.
  • Add official support of Python 3.14.
  • Run tests on Python 3.15-dev.

4.19.1 (2025-09-25)

  • Bump to Click Extra 6.0.0.

4.19.0 (2025-09-25)

  • Check for URL fragments when checking links with Lychee.
  • Fix compilation of rfc3987_syntax data file thanks to Nuitka v2.7.14.
  • Remove local patch of gitignore-parser, rely on v0.1.13 release instead.
  • Add dependency on mdformat-recover-urls to fix URL encoding in Markdown files.
  • Force installation of all dependencies before running Mypy in lint workflow to ensure all typeshed-* packages are present.
  • Cap click to 8.2.x series when installing bump-my-version to avoid incompatible API changes.
  • Skip linting and sponsoring jobs on Dependabot PRs and prepare-release branch.
Commits
  • fb77c4a [changelog] Release v4.20.0
  • c9a8482 Simplify test plan regex
  • 4564511 [changelog] Bump minor version to v4.20.0
  • 1de3662 Ignore py_walk typing
  • 0e4d75d Update trove classifiers
  • 8413b23 Add official support of Python 3.14
  • c776e16 Replace gitignore-parser by py-walk to fix patterns matching both files a...
  • f0d6405 Bump crate-ci/typos from 1.38.0 to 1.38.1
  • b00120f Bump ruff from 0.13.3 to 0.14.0
  • df77057 Rely on extra to install Nuitka requirements
  • 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 <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)

Bumps [kdeldycke/workflows](https://github.com/kdeldycke/workflows) from 4.18.1 to 4.20.0.
- [Release notes](https://github.com/kdeldycke/workflows/releases)
- [Changelog](https://github.com/kdeldycke/workflows/blob/main/changelog.md)
- [Commits](kdeldycke/workflows@v4.18.1...v4.20.0)

---
updated-dependencies:
- dependency-name: kdeldycke/workflows
  dependency-version: 4.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #168.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/kdeldycke/workflows-4.20.0 branch October 13, 2025 19:08
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

📦 dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant