Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kurtmckee/github-workflows from 0.4 to 1.0 in the github-actions group #113

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

Bumps the github-actions group with 1 update: kurtmckee/github-workflows.

Updates kurtmckee/github-workflows from 0.4 to 1.0

Release notes

Sourced from kurtmckee/github-workflows's releases.

v1.0

Added

  • Add a tox-environments-from-pythons boolean key which will cause a list of tox environments to be generated from the list of all configured Python interpreters.

  • Add a tox-factors config option that will auto-append the factors to generated tox environment names.

Changed

  • Use the tox-uv plugin to speed up tox environment creation.

  • Guarantee that a stable CPython interpreter is available for tox to use.

    Because tox only offers "best effort" support for PyPy, and might not support a given CPython alpha or beta, CPython 3.12 will now be set up automatically for tox to use.

    Just prior to running tox, actions/setup-python will be run again to ensure that only the requested Python interpreters are on the PATH.

Documentation

  • Fix a typo in the README.
Changelog

Sourced from kurtmckee/github-workflows's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024 Kurt McKee [email protected] SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-1.0:

1.0 — 2024-11-05

Added

  • Add a tox-environments-from-pythons boolean key which will cause a list of tox environments to be generated from the list of all configured Python interpreters.

  • Add a tox-factors config option that will auto-append the factors to generated tox environment names.

Changed

  • Use the tox-uv plugin to speed up tox environment creation.

  • Guarantee that a stable CPython interpreter is available for tox to use.

    Because tox only offers "best effort" support for PyPy, and might not support a given CPython alpha or beta, CPython 3.12 will now be set up automatically for tox to use.

    Just prior to running tox, actions/setup-python will be run again to ensure that only the requested Python interpreters are on the PATH.

Documentation

... (truncated)

Commits
  • 2f156c5 Merge pull request #24 from kurtmckee/release/1.0
  • f4db68a Update project metadata and tool versions
  • fc4bee4 Merge pull request #23 from kurtmckee/enumerate-pythons
  • 70386ce Guarantee a stable CPython interpreter is available for tox
  • 4a656e7 Add a tox-factors configuration option
  • 48dbbec Add a tox-environments-from-pythons boolean key
  • 7addade Merge pull request #22 from kurtmckee/use-tox-uv
  • 464e7d4 Use the tox-uv plugin to speed up tox environment creation
  • 3e4a657 Merge pull request #21 from kurtmckee/dependabot/github_actions/github-action...
  • 2e67090 Bump the github-actions group with 3 updates
  • 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 <dependency name> 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 <dependency name> 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 <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

Bumps the github-actions group with 1 update: [kurtmckee/github-workflows](https://github.com/kurtmckee/github-workflows).


Updates `kurtmckee/github-workflows` from 0.4 to 1.0
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@420931a...2f156c5)

---
updated-dependencies:
- dependency-name: kurtmckee/github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 5, 2024
@kurtmckee kurtmckee merged commit 5f0d801 into main Nov 5, 2024
5 checks passed
@kurtmckee kurtmckee deleted the dependabot/github_actions/github-actions-3a478efaa2 branch November 5, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant