Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.113.14
python uses-with minor 3.123.14

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

v3.12.14: 3.12.14

Compare Source

Python 3.12.14

v3.12.13: 3.12.13

Compare Source

Python 3.12.13

v3.12.12: 3.12.12

Compare Source

Python 3.12.12

v3.12.11: 3.12.11

Compare Source

Python 3.12.11

v3.12.10: 3.12.10

Compare Source

Python 3.12.10

v3.12.9: 3.12.9

Compare Source

Python 3.12.9

v3.12.8: 3.12.8

Compare Source

Python 3.12.8

v3.12.7: 3.12.7

Compare Source

Python 3.12.7

v3.12.6: 3.12.6

Compare Source

Python 3.12.6

v3.12.5: 3.12.5

Compare Source

Python 3.12.5

v3.12.4: 3.12.4

Compare Source

Python 3.12.4

v3.12.3: 3.12.3

Compare Source

Python 3.12.3

v3.12.2: 3.12.2

Compare Source

Python 3.12.2

v3.12.1: 3.12.1

Compare Source

Python 3.12.1

v3.12.0: 3.12.0

Compare Source

Python 3.12.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 these updates 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 24, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 15c9aea

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

Copy link
Copy Markdown

🌊 WAVE BugBot — 11 finding(s)

🔴 11

  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-78Hardcoded Python version in workflow file
    The Python version is hardcoded to '3.14' in the workflow files, which could potentially expose sensitive information if not managed properly.
  • 🔴 P0 .github/workflows/publish-pypi.yml:31 CWE-78Hardcoded Python version in workflow file
    The Python version is hardcoded to '3.14' in the workflow files, which could potentially expose sensitive information if not managed properly.
  • 🔴 P0 .github/workflows/registry-parity.yml:33 CWE-78Hardcoded Python version in workflow file
    The Python version is hardcoded to '3.14' in the workflow files, which could potentially expose sensitive information if not managed properly.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-78Unpinned action tags (@v1 vs commit SHA)
    Using @v1 instead of a specific commit SHA for the actions/setup-python action means that any future updates to the action could potentially introduce security
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-88${{ github. }} injected into run:*
    Using ${{ github.* }} directly in the run command can expose sensitive information or allow for injection attacks if not properly sanitized.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-276Overbroad token permissions
    The use of overbroad token permissions in the action setup could potentially allow for unauthorized access to sensitive resources.
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-798Secrets echoed to logs
    Logging secrets directly in the workflow can expose sensitive information and increase the risk of data breaches.
  • 🔴 P0 .github/workflows/publish-pypi.yml:31 CWE-78Unpinned action tags (@v1 vs commit SHA)
    Using @v1 instead of a specific commit SHA for the actions/setup-python action means that any future updates to the action could potentially introduce security
  • 🔴 P0 .github/workflows/_checks.yml:59 CWE-264Potential missing authentication in workflow file
    The workflow files do not explicitly check for authentication, which could allow unauthorized access if the workflows are triggered by untrusted sources.
  • 🔴 P0 .github/workflows/publish-pypi.yml:31 CWE-264Potential missing authentication in workflow file
    The workflow files do not explicitly check for authentication, which could allow unauthorized access if the workflows are triggered by untrusted sources.
  • 🔴 P0 .github/workflows/registry-parity.yml:33 CWE-264Potential missing authentication in workflow file
    The workflow files do not explicitly check for authentication, which could allow unauthorized access if the workflows are triggered by untrusted sources.

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 b9d56e1 to 54eec17 Compare July 22, 2026 05:14
@renovate
renovate Bot force-pushed the renovate/python-3.x branch 2 times, most recently from c1ab566 to 15c9aea Compare August 1, 2026 03:53
@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 15c9aea to 9cd0039 Compare August 14, 2026 17:25

@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 2 potential issues.

Open in Devin Review

Comment thread .github/workflows/publish-pypi.yml
Comment thread .github/workflows/_checks.yml
@macroscopeapp

macroscopeapp Bot commented Aug 14, 2026

Copy link
Copy Markdown

Approvability

Verdict: Not approved

Macroscope's review found this PR not approvable — This is a small Python toolchain bump across shared CI, registry-validation, and PyPI publishing workflows, but it changes the release build interpreter without corresponding test-matrix updates. All changed files are owned by the SDK owners, and unresolved comments raise mirror-synchronization and Python 3.14 validation concerns.

Not approved because:

  • Credit balance exhausted. Approvability relies on correctness review in order to determine eligibility

No code changes detected at 04587b7. Prior analysis still applies.

Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more.

@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 9cd0039 to 1c1ec74 Compare August 27, 2026 00:47
@codeant-ai

codeant-ai Bot commented Aug 27, 2026

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.

@codeant-ai

codeant-ai Bot commented Sep 3, 2026

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.

@renovate
renovate Bot force-pushed the renovate/python-3.x branch from 3d52362 to ffeb289 Compare September 4, 2026 18:28
@codeant-ai

codeant-ai Bot commented Sep 4, 2026

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.

@renovate
renovate Bot force-pushed the renovate/python-3.x branch from ffeb289 to 04587b7 Compare September 7, 2026 23:29
@codeant-ai

codeant-ai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

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.

1 participant