Skip to content

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

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

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

Conversation

@renovate

@renovaterenovateBot commented Jun 20, 2026

Copy link
Copy Markdown

This PR contains the following updates:

PackageTypeUpdateChange
pythonuses-withminor3.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 becomes conflicted, 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

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-botBot commented Jun 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fc5b738

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

Copy link
Copy Markdown

🌊 WAVE BugBot — 9 finding(s)

🔴 9

  • 🔴 P0.github/workflows/_checks.yml:59CWE-617Unpinned action tags (@v1 vs commit SHA)
    Using '@v1' for actions can lead to security vulnerabilities as it locks the workflow to a specific version. This can be bypassed if the version is later update
  • 🔴 P0.github/workflows/python-lint.yml:28CWE-617Unpinned action tags (@v1 vs commit SHA)
    Using '@v1' for actions can lead to security vulnerabilities as it locks the workflow to a specific version. This can be bypassed if the version is later update
  • 🔴 P0.github/workflows/_checks.yml:59CWE-78Hardcoded chain/mainnet config on a money path
    The Python version is hardcoded to '3.14' in the workflow files, which could potentially lead to issues if the codebase needs to be run on different versions of
  • 🔴 P0.github/workflows/_checks.yml:59CWE-798${{ github. }} injected into run:*
    Using ${{ github.* }} directly in the run: field can expose sensitive information if not properly sanitized.
  • 🔴 P0.github/workflows/python-lint.yml:28CWE-798${{ github. }} injected into run:*
    Using ${{ github.* }} directly in the run: field can expose sensitive information if not properly sanitized.
  • 🔴 P0.github/workflows/_checks.yml:59CWE-94Unpinned action tags in GitHub Actions workflow
    The workflow uses unpinned action tags (@v1) which can lead to using outdated or potentially malicious versions of actions.
  • 🔴 P0.github/workflows/python-lint.yml:28CWE-94Unpinned action tags in GitHub Actions workflow
    The workflow uses unpinned action tags (@v6.2.0) which can lead to using outdated or potentially malicious versions of actions.
  • 🔴 P0.github/workflows/_checks.yml:59CWE-312Secrets echoed to logs in GitHub Actions workflow
    The workflow does not appear to have any secrets that are echoed to logs, but it's good practice to ensure all sensitive information is handled securely.
  • 🔴 P0.github/workflows/python-lint.yml:28CWE-312Secrets echoed to logs in GitHub Actions workflow
    The workflow does not appear to have any secrets that are echoed to logs, but it's good practice to ensure all sensitive information is handled securely.

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

@renovate
renovateBotforce-pushed the renovate/python-3.x branch from a0ae9e8 to fc5b738CompareJuly 22, 2026 05:10
@renovate
renovateBotforce-pushed the renovate/python-3.x branch from fc5b738 to 709a805CompareAugust 14, 2026 17:23

@devin-ai-integrationdevin-ai-integrationBot 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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Local copy of a shared reusable workflow drifts from wave-foundation source

The header comment of .github/workflows/_checks.yml:3-6 states this workflow is the shared cross-project gate whose "one source of truth" lives in wave-av/wave-foundation (checks.yml@master), and the skill-validate job comment (.github/workflows/_checks.yml:48-50) says it mirrors wave-foundation/scripts/validate-skills.py and "keep the two in sync". Bumping the Python version only in this repo's local copy introduces exactly the drift the comment warns about; the same bump should be made upstream (or this copy replaced by a uses: reference).

Open in Devin Review

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

@macroscopeapp

macroscopeappBot commented Aug 14, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

This Python version update in CI workflows touches files owned by wave-av/core-team (not the Renovate bot author), and an unresolved review comment raises a valid concern about drift from an upstream wave-foundation workflow that this file is supposed to mirror. Human review needed to address the coordination concern.

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

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

@renovate
renovateBotforce-pushed the renovate/python-3.x branch from 709a805 to c5c4fd8CompareAugust 27, 2026 00:44
@codeant-ai

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

Sign up for freeto 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