Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 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 21, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 57d3f06

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 25, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 3 finding(s)

🔴 3

  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-620Unpinned action tags
    The workflow uses an unpinned action tag (@v1) which can lead to security vulnerabilities if the action is updated in a way that breaks compatibility.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-200Overbroad token permissions
    The workflow uses ${{ github.* }} in the run: section, which can expose sensitive information if not properly secured.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-798Secrets echoed to logs
    The workflow uses ${{ github.* }} in the run: section, which can cause secrets to be logged if not properly handled.

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 4 times, most recently from 741fd79 to 0c7b34d Compare July 25, 2026 03:50
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 0c7b34d to a44792f Compare August 1, 2026 23:12
devin-ai-integration[bot]

This comment was marked as resolved.

@renovate
renovate Bot force-pushed the renovate/python-3.x branch 3 times, most recently from b922b5f to 57d3f06 Compare August 2, 2026 04:25
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 57d3f06 to 37b6891 Compare August 6, 2026 13:47

@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 new potential issue.

Open in Devin Review

Comment on lines +59 to 60
python-version: "3.14"
- run: pip install pyyaml

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Only dependency in this step is pyyaml; 3.14 wheel availability worth confirming

The bumped runtime only runs pip install pyyaml and an inline script using yaml, re, os, subprocess. The inline script uses no APIs removed in 3.13/3.14, so the version bump is behaviorally inert as long as the setup-python action can resolve a 3.14 build on ubuntu-latest and PyYAML publishes a cp314 wheel (otherwise it falls back to a source build, which can fail without Cython/headers). Worth confirming the gate job passes on this PR run before merging.

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 37b6891. This Python 3.14 version bump in CI is owned by wave-av/core-team, and there's an unresolved comment noting that Python 3.14 wheel availability should be verified. The designated owners should confirm CI passes before merging.

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

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