Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the github-actions group with 2 updates: actions/setup-python and kurtmckee/detect-pythons.

Updates actions/setup-python from 4.7.1 to 5.0.0

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

Commits

Updates kurtmckee/detect-pythons from 1.0.0 to 1.1.0

Release notes

Sourced from kurtmckee/detect-pythons's releases.

v1.1.0

Python support

  • Document that GraalPy is a supported interpreter, and test it.
  • Locally test against early Python 3.13 versions.

Changed

  • None should no longer appear in the identifier for Python interpreters missing an EXT_SUFFIX sysconfig value.

  • Simplify how the action runs.

    Previously, the underlying shell scripts were embedded directly into action.yml.

Documentation

  • Document current macos-latest runner variability.
Changelog

Sourced from kurtmckee/detect-pythons's changelog.

.. This file is a part of the detect-pythons project. https://github.com/kurtmckee/detect-pythons Copyright 2023 Kurt McKee [email protected] SPDX-License-Identifier: MIT

.. STOP!

Do not edit this file directly.
This file is managed by scriv during development.
Run "scriv create" to create a new changelog fragment.

Changelog


Unreleased changes

Please see the fragment files in the changelog.d directory_.

.. _changelog.d directory: https://github.com/kurtmckee/detect-pythons/tree/main/changelog.d

.. scriv-insert-here

.. _changelog-1.1.0:

1.1.0 - 2023-12-16

Python support

  • Document that GraalPy is a supported interpreter, and test it.

  • Locally test against early Python 3.13 versions.

Changed

  • None should no longer appear in the identifier for Python interpreters missing an EXT_SUFFIX sysconfig value.

  • Simplify how the action runs.

    Previously, the underlying shell scripts were embedded directly into action.yml.

Documentation

... (truncated)

Commits
  • 38187a5 Merge pull request #17 from kurtmckee/release-1.1.0
  • 9e70217 Update project metadata
  • d72a4c5 Merge pull request #16 from kurtmckee/update-readme
  • 316afff Update the README
  • ab12e2f Merge pull request #15 from kurtmckee/document-macos-inconsistencies
  • b42c7e1 Document current macOS runner variability
  • 04b02ae Merge pull request #14 from kurtmckee/simplify
  • 999311a Simplify how the action runs
  • 3cdc90f Merge pull request #13 from kurtmckee/update-test-suite
  • 225a647 Locally test against early Python 3.13 versions
  • Additional commits viewable in compare view

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 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [kurtmckee/detect-pythons](https://github.com/kurtmckee/detect-pythons).


Updates `actions/setup-python` from 4.7.1 to 5.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@65d7f2d...0a5c615)

Updates `kurtmckee/detect-pythons` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/kurtmckee/detect-pythons/releases)
- [Changelog](https://github.com/kurtmckee/detect-pythons/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/detect-pythons@cd21936...38187a5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: kurtmckee/detect-pythons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 1, 2024
@kurtmckee kurtmckee merged commit 5c1900e into develop Jan 9, 2024
@kurtmckee kurtmckee deleted the dependabot/github_actions/github-actions-d156f258e1 branch January 9, 2024 16:28
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.

2 participants