Skip to content

chore(deps): update dependency python to 3.14 - #25

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-3.x
Open

chore(deps): update dependency python to 3.14#25
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.123.14

Release Notes

actions/python-versions (python)

v3.14.7: 3.14.7

Compare Source

Python 3.14.7

v3.14.6: 3.14.6

Compare Source

Python 3.14.6

v3.14.5: 3.14.5

Compare Source

Python 3.14.5

v3.14.4: 3.14.4

Compare Source

Python 3.14.4

v3.14.3: 3.14.3

Compare Source

Python 3.14.3

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare Source

Python 3.14.0

v3.13.15: 3.13.15

Compare Source

Python 3.13.15

v3.13.14: 3.13.14

Compare Source

Python 3.13.14

v3.13.13: 3.13.13

Compare Source

Python 3.13.13

v3.13.12: 3.13.12

Compare Source

Python 3.13.12

v3.13.11: 3.13.11

Compare Source

Python 3.13.11

v3.13.10: 3.13.10

Compare Source

Python 3.13.10

v3.13.9: 3.13.9

Compare Source

Python 3.13.9

v3.13.8: 3.13.8

Compare Source

Python 3.13.8

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9aec36c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@wave-bugbot

wave-bugbot Bot commented Jun 16, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 5 finding(s)

🔴 5

  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-617Unpinned action tags (@v1 vs commit SHA)
    The use of '@v1' in the 'actions/setup-python' step is not pinned to a specific commit SHA. This can lead to potential security vulnerabilities if the action's
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-617Unpinned Action tags
    The use of '@v1' in the 'actions/setup-python' step is not pinned to a specific commit SHA. This can lead to potential security vulnerabilities if the action's
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-79${{ github. }} injected into run:*
    The use of ${{ github.* }} in the 'actions/setup-python' step can potentially leak sensitive information if not properly sanitized.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-269Overbroad token permissions
    The 'actions/setup-python' step does not specify any specific permissions for the GitHub token. This can lead to potential security risks if the token is misuse
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-798Secrets echoed to logs
    The 'actions/setup-python' step does not appear to handle secrets securely. Secrets should be redacted before logging.

severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune

@renovate
renovate Bot force-pushed the renovate/python-3.x branch from c8972ce to 9aec36c Compare July 22, 2026 05:10
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 9aec36c to fe2095f Compare August 6, 2026 03:22

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.12"
python-version: "3.14"

@devin-ai-integration devin-ai-integration Bot Aug 6, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Info: setup-python version bump only affects an inline yaml-based validator

The bumped interpreter (.github/workflows/_checks.yml:59) is used only by the inlined skill-frontmatter script at .github/workflows/_checks.yml:63-104, which relies on sys, os, re, subprocess and pyyaml — none of which have breaking changes affecting this usage. The only external dependency risk is pip install pyyaml at .github/workflows/_checks.yml:60 needing a wheel for 3.14; PyYAML publishes cp314 wheels, so no source build is expected on ubuntu-latest. Note the script is also declared as a mirror of wave-foundation/scripts/validate-skills.py; the upstream copy's workflow pin may now drift from 3.14.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@macroscopeapp

macroscopeapp Bot commented Aug 6, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

Unable to check for correctness in fe2095f. This Python version bump to 3.14 (pre-release) in a CI workflow file should be reviewed by wave-av/streaming-team who own this file. An unresolved comment also raises a valid concern about maintaining sync with an upstream shared workflow this file mirrors.

No code changes detected at c9d039a. Prior analysis still applies.

You can customize Macroscope's approvability policy. Learn more.

@renovate
renovate Bot force-pushed the renovate/python-3.x branch from fe2095f to d209719 Compare August 7, 2026 00:02
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from d209719 to c9d039a Compare August 7, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants