Skip to content

Commit a90b43f

Browse files
Update dependency uv to v0.6.5 (#404)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.6.4` -> `0.6.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv/0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv/0.6.4/0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.6.4/0.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.6.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#065) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.6.4...0.6.5) ##### Enhancements - Allow `--constraints` and `--overrides` in `uvx` ([#&#8203;10207](https://redirect.github.com/astral-sh/uv/pull/10207)) - Allow overrides in `satisfies` check for `uv tool run` ([#&#8203;11994](https://redirect.github.com/astral-sh/uv/pull/11994)) - Allow users to set `package = true` on `tool.uv.sources` ([#&#8203;12014](https://redirect.github.com/astral-sh/uv/pull/12014)) - Add support for Windows legacy scripts via `uv run` ([#&#8203;11888](https://redirect.github.com/astral-sh/uv/pull/11888)) - Return error when running uvx with a `.py` script ([#&#8203;11623](https://redirect.github.com/astral-sh/uv/pull/11623)) - Warn user on use of `uvx run` ([#&#8203;11992](https://redirect.github.com/astral-sh/uv/pull/11992)) ##### Configuration - Add `NO_BUILD` and `NO_BUILD_PACKAGE` environment variables ([#&#8203;11968](https://redirect.github.com/astral-sh/uv/pull/11968)) ##### Performance - Allow overrides in all satisfies checks ([#&#8203;11995](https://redirect.github.com/astral-sh/uv/pull/11995)) - Respect markers on constraints when validating current environment ([#&#8203;11976](https://redirect.github.com/astral-sh/uv/pull/11976)) ##### Bug fixes - Compare major-minor specifiers when filtering interpreters ([#&#8203;11952](https://redirect.github.com/astral-sh/uv/pull/11952)) - Fix system site packages detection default ([#&#8203;11956](https://redirect.github.com/astral-sh/uv/pull/11956)) - Invalidate lockfile when empty dependency groups are added or removed ([#&#8203;12010](https://redirect.github.com/astral-sh/uv/pull/12010)) - Remove prepended sys.path ([#&#8203;11954](https://redirect.github.com/astral-sh/uv/pull/11954)) - Fix PyPy Python version label ([#&#8203;11965](https://redirect.github.com/astral-sh/uv/pull/11965)) - Fix error message suggesting `--user` instead of `--username` ([#&#8203;11947](https://redirect.github.com/astral-sh/uv/pull/11947)) ##### Preview - Move the uv build backend into a separate, minimal `uv_build` package ([#&#8203;11446](https://redirect.github.com/astral-sh/uv/pull/11446)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 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 becomes conflicted, 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-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJub3QgYnVnIG9yIGVuaGFuY2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4ea505 commit a90b43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charmcraft.yaml

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

0 commit comments

Comments
 (0)