Conversation
✅
|
5570a64 to
bb385b5
Compare
|
Other blocking package: codecov/test-results-parser#73 |
|
We didn't have codecov-cli enabled before. |
|
I was thinking about it today, since we didn't fully enable code coverage yet, instead of waiting, why don't we just disable installing the codecov uploader in our tests? At worse, we could upload it from the runner instead, with a mount having the file available, but at best, it will be fixed in the meantime (that we actually need it). So, we can try to not wait after the package to be released again. |
|
#5196 is for /server, I don't think it has that plugin. |
|
#5231 doesn't update the individual linters. The main image has the rust toolchain installed if I'm not mistaken |
|
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
|
This is the latest commit in case it gets force-pushed: 45b4fa4 |
@echoix What should we do with this PR? Because I see that there has been no movement since you created it in your issue codecov/test-results-parser#73 I don't understand what's going on either, because it seems like wheels are being created for 3.13 in the workflow, right? https://github.com/codecov/test-results-parser/blob/main/.github/workflows/publish.yml |
|
No, they didn't publish since March. And they reverted. The commit thing was in case the PR was force pushed and lost |
45b4fa4 to
92c0802
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |

This PR contains the following updates:
3.12.11→3.14.33.12.12→3.14.33.13-alpine→3.14-alpine3.13-alpine3.21→3.14-alpine3.213.13-alpine3.23→3.14-alpine3.233.13-alpine3.23→3.14-alpine3.233.13-alpine3.21→3.14-alpine3.21Release Notes
actions/python-versions (python)
v3.14.3: 3.14.3Compare Source
Python 3.14.3
v3.14.2: 3.14.2Compare Source
Python 3.14.2
v3.14.1: 3.14.1Compare Source
Python 3.14.1
v3.14.0: 3.14.0Compare Source
Python 3.14.0
v3.13.12: 3.13.12Compare Source
Python 3.13.12
v3.13.11: 3.13.11Compare Source
Python 3.13.11
v3.13.10: 3.13.10Compare Source
Python 3.13.10
v3.13.9: 3.13.9Compare Source
Python 3.13.9
v3.13.8: 3.13.8Compare Source
Python 3.13.8
v3.13.7: 3.13.7Compare Source
Python 3.13.7
v3.13.6: 3.13.6Compare Source
Python 3.13.6
v3.13.5: 3.13.5Compare Source
Python 3.13.5
v3.13.4: 3.13.4Compare Source
Python 3.13.4
v3.13.3: 3.13.3Compare Source
Python 3.13.3
v3.13.2: 3.13.2Compare Source
Python 3.13.2
v3.13.1: 3.13.1Compare Source
Python 3.13.1
v3.13.0: 3.13.0Compare Source
Python 3.13.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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Note
Medium Risk
Upgrades the Python runtime used in CI and all generated Docker images, which can surface dependency/compatibility issues in linters and build tooling. Also changes Dockerfile generation logic to derive
site-packagespaths from.python-version, so a wrong/invalid version file would break image builds.Overview
Updates the project’s Python version to
3.14.3via.python-version, switches GitHub Actions docs workflows toactions/setup-python@v6withpython-version: 3.14.3, and updates all (generated) Dockerfiles to usepython:3.14-alpine3.23.Adjusts
.automation/build.pyto read.python-versionand use its major.minor when generating the virtualenvsite-packagescleanup path (removing the previous hardcodedpython3.13), and records the change inCHANGELOG.md.Written by Cursor Bugbot for commit d801176. This will update automatically on new commits. Configure here.