Skip to content

Commit 97671e8

Browse files
Update dependency uv to v0.8.22 (#39)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [uv](https://pypi.org/project/uv/) ([source](https://redirect.github.com/astral-sh/uv), [changelog](https://redirect.github.com/astral-sh/uv/blob/main/CHANGELOG.md)) | `0.8.20` -> `0.8.22` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.8.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.8.20/0.8.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.8.22`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0822) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.8.21...0.8.22) Released on 2025-09-23. ##### Python - Upgrade Pyodide to 0.28.3 ([#&#8203;15999](https://redirect.github.com/astral-sh/uv/pull/15999)) ##### Security - Upgrade `astral-tokio-tar` to 0.5.5 which [hardens tar archive extraction](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-3wgq-wrwc-vqmv) ([#&#8203;16004](https://redirect.github.com/astral-sh/uv/pull/16004)) ### [`v0.8.21`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0821) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.8.20...0.8.21) Released on 2025-09-23. ##### Enhancements - Refresh lockfile when `--refresh` is provided ([#&#8203;15994](https://redirect.github.com/astral-sh/uv/pull/15994)) ##### Preview features Add support for S3 request signing ([#&#8203;15925](https://redirect.github.com/astral-sh/uv/pull/15925)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) in timezone Etc/UTC, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-operators). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoiZHBlIiwibGFiZWxzIjpbIm5vdCBidWcgb3IgZW5oYW5jZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70f1153 commit 97671e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parts:
2828
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==25.2 # renovate: charmcraft-pip-latest
2929
3030
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
31-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.20/uv-installer.sh | sh # renovate: charmcraft-uv-latest
31+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.22/uv-installer.sh | sh # renovate: charmcraft-uv-latest
3232
# poetry 2.0.0 requires Python >=3.9
3333
if ! "$HOME/.local/bin/uv" python find '>=3.9'
3434
then

machines/charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parts:
2828
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==25.2 # renovate: charmcraft-pip-latest
2929
3030
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
31-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.20/uv-installer.sh | sh # renovate: charmcraft-uv-latest
31+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.22/uv-installer.sh | sh # renovate: charmcraft-uv-latest
3232
# poetry 2.0.0 requires Python >=3.9
3333
if ! "$HOME/.local/bin/uv" python find '>=3.9'
3434
then

0 commit comments

Comments
 (0)