chore(deps): update dependency python #382

Merged
luke merged 1 commits from renovate/python-3.x into main 2025-10-13 20:06:49 +02:00
Member

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.13 -> 3.14
python final minor 3.13-slim -> 3.14-slim

Release Notes

actions/python-versions (python)

v3.14.0: 3.14.0

Compare Source

Python 3.14.0


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://github.com/actions/python-versions) | uses-with | minor | `3.13` -> `3.14` | | python | final | minor | `3.13-slim` -> `3.14-slim` | --- ### Release Notes <details> <summary>actions/python-versions (python)</summary> ### [`v3.14.0`](https://github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0 [Compare Source](https://github.com/actions/python-versions/compare/3.13.8-18331000654...3.14.0-18313368925) Python 3.14.0 </details> --- ### Configuration 📅 **Schedule**: 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
renovate-bot added 1 commit 2025-10-07 16:38:32 +02:00
chore(deps): update dependency python to 3.14
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 7s
CI / ci (pull_request) Failing after 31s
56a8be8b44
renovate-bot requested review from luke 2025-10-07 16:38:32 +02:00
Member

Decision: Reject
Change Score: 2/10

You are attempting to upgrade the Python version in the CI workflow to 3.14. This is unacceptable, as Python 3.14 is a beta version. Using beta software in a production CI environment is irresponsible, and may lead to broken builds and unexpected behavior.

I recommend that you revert this change. If you want to use a newer version of Python, use 3.13, and ensure you test your dependencies for compatibility issues.

--- a/.gitea/workflows/ci.yml
+++ b/.gitea/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v6
         with:
-          python-version: 3.14
+          python-version: 3.13
 
       - name: uv cache
         uses: actions/cache@v4
**Decision: Reject** **Change Score: 2/10** You are attempting to upgrade the Python version in the CI workflow to 3.14. This is unacceptable, as Python 3.14 is a beta version. Using beta software in a production CI environment is irresponsible, and may lead to broken builds and unexpected behavior. I recommend that you revert this change. If you want to use a newer version of Python, use 3.13, and ensure you test your dependencies for compatibility issues. ```diff --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: 3.14 + python-version: 3.13 - name: uv cache uses: actions/cache@v4 ```
renovate-bot added 2 commits 2025-10-07 22:41:22 +02:00
chore(deps): update dependency python to 3.14
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 7s
CI / ci (pull_request) Failing after 31s
56a8be8b44
chore(deps): update dependency python to 3.14
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 12s
CI / ci (pull_request) Successful in 9m14s
354466be7d
Member

Decision: Reject
Change Score: 2/10

I am rejecting this change. You're attempting to use Python 3.14, which is a pre-release version. Using pre-release software in CI is a bad idea and can lead to unexpected breakages. Revert back to a stable version of Python such as 3.12 or 3.13.

--- a/.gitea/workflows/ci.yml
+++ b/.gitea/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v6
         with:
-          python-version: 3.14
+          python-version: 3.13
 
       - name: uv cache
         uses: actions/cache@v4
**Decision: Reject** **Change Score: 2/10** I am rejecting this change. You're attempting to use Python 3.14, which is a pre-release version. Using pre-release software in CI is a bad idea and can lead to unexpected breakages. Revert back to a stable version of Python such as 3.12 or 3.13. ```diff --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: 3.14 + python-version: 3.13 - name: uv cache uses: actions/cache@v4 ```
renovate-bot added 2 commits 2025-10-07 23:46:44 +02:00
chore(deps): update dependency python to 3.14
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 12s
CI / ci (pull_request) Successful in 9m14s
354466be7d
chore(deps): update dependency python
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 8s
CI / ci (pull_request) Successful in 2m21s
76ed2458d4
renovate-bot changed title from chore(deps): update dependency python to 3.14 to chore(deps): update dependency python 2025-10-07 23:46:45 +02:00
Member

Decision: Reject
Change Score: 3/10

You're attempting to update the Python version to 3.14 in both the CI workflow and the Dockerfile. This is premature! Python 3.14 is still in development and has not been released yet, so this change is not acceptable. Using beta or pre-release software in production is a bad idea, as it could introduce instability and unexpected behavior.

I suggest you revert these changes. Stick with stable, released versions of Python for now. When Python 3.14 is officially released, you can revisit this update.

**Decision: Reject** **Change Score: 3/10** You're attempting to update the Python version to 3.14 in both the CI workflow and the Dockerfile. This is premature! Python 3.14 is still in development and has not been released yet, so this change is not acceptable. Using beta or pre-release software in production is a bad idea, as it could introduce instability and unexpected behavior. I suggest you revert these changes. Stick with stable, released versions of Python for now. When Python 3.14 is officially released, you can revisit this update.
renovate-bot added 2 commits 2025-10-11 13:41:58 +02:00
chore(deps): update dependency python
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 8s
CI / ci (pull_request) Successful in 2m21s
76ed2458d4
chore(deps): update dependency python
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 16s
CI / ci (pull_request) Failing after 4m3s
2810e86c10
luke added 2 commits 2025-10-13 20:04:29 +02:00
chore(deps): update dependency python
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 16s
CI / ci (pull_request) Failing after 4m3s
2810e86c10
chore(deps): update dependency python
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 6s
CI / ci (pull_request) Failing after 2m1s
c2b2511a25
Member

Decision: Accept
Change Score: 10/10

The change upgrades the project to Python 3.14. I see no immediate issues. I would recommend that after these changes, the project dependencies be checked for compatibility with Python 3.14.

**Decision: Accept** **Change Score: 10/10** The change upgrades the project to Python 3.14. I see no immediate issues. I would recommend that after these changes, the project dependencies be checked for compatibility with Python 3.14.
luke merged commit 2240bdc031 into main 2025-10-13 20:06:49 +02:00
luke deleted branch renovate/python-3.x 2025-10-13 20:06:49 +02:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#382
No description provided.