chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.31 #62

Open
Renovate wants to merge 1 commit from renovate/ghcr.io-astral-sh-uv-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv stage patch 0.5.30 -> 0.5.31

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.5.31

Compare Source

Enhancements
  • Add uv sync --script (#​11361)
  • Allow PEP 508 requirements in tool requests (#​11337)
  • Allow source distributions to produce wheels with +local suffixes (#​11429)
  • Bring parity to uvx and uv tool install requests (#​11345)
  • Use a stable directory for local, remote, and stdin script virtual environments (#​11347, #​11364)
  • Detect infinite recursion in uv run (#​11386)
Python

The managed Python distributions have been updated, including:

See the python-build-standalone release notes for more details.

Bug fixes
  • Fix cross-drive script installation (#​11167)
  • Add indexes in priority order (#​11451)
  • Allow --python <dir> requests to match existing environments if sys.executable is the same file (#​11290)
  • Avoid comparing to system site packages in --dry-run mode (#​11427)
  • Prefer running executables in the environment with <name> over <name>/__main__.py (#​11431)
  • Retry local clones without hardlinks if they fail (#​11421)
Documentation
  • Update alternative-indexes.md to use UV_INDEX instead of UV_EXTRA_INDEX_URL (#​11381)
  • Update scripts guide to include using package indexes (#​11443)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | |---|---|---|---| | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | stage | patch | `0.5.30` -> `0.5.31` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.5.31`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0531) [Compare Source](https://github.com/astral-sh/uv/compare/0.5.30...0.5.31) ##### Enhancements - Add `uv sync --script` ([#&#8203;11361](https://github.com/astral-sh/uv/pull/11361)) - Allow PEP 508 requirements in tool requests ([#&#8203;11337](https://github.com/astral-sh/uv/pull/11337)) - Allow source distributions to produce wheels with `+local` suffixes ([#&#8203;11429](https://github.com/astral-sh/uv/pull/11429)) - Bring parity to `uvx` and `uv tool install` requests ([#&#8203;11345](https://github.com/astral-sh/uv/pull/11345)) - Use a stable directory for local, remote, and stdin script virtual environments ([#&#8203;11347](https://github.com/astral-sh/uv/pull/11347), [#&#8203;11364](https://github.com/astral-sh/uv/pull/11364)) - Detect infinite recursion in `uv run` ([#&#8203;11386](https://github.com/astral-sh/uv/pull/11386)) ##### Python The managed Python distributions have been updated, including: - CPython 3.14.0a5, which includes a new [tail calling interpreter](https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-tail-call) for a significant performance improvement - The bundled OpenSSL version was updated from 3.0.15 to 3.0.16 which fixes a [security advisory](https://openssl-library.org/news/secadv/20241016.txt) See the [`python-build-standalone` release notes](https://github.com/astral-sh/python-build-standalone/releases/tag/20250212) for more details. ##### Bug fixes - Fix cross-drive script installation ([#&#8203;11167](https://github.com/astral-sh/uv/pull/11167)) - Add indexes in priority order ([#&#8203;11451](https://github.com/astral-sh/uv/pull/11451)) - Allow `--python <dir>` requests to match existing environments if `sys.executable` is the same file ([#&#8203;11290](https://github.com/astral-sh/uv/pull/11290)) - Avoid comparing to system site packages in `--dry-run` mode ([#&#8203;11427](https://github.com/astral-sh/uv/pull/11427)) - Prefer running executables in the environment with `<name>` over `<name>/__main__.py` ([#&#8203;11431](https://github.com/astral-sh/uv/pull/11431)) - Retry local clones without hardlinks if they fail ([#&#8203;11421](https://github.com/astral-sh/uv/pull/11421)) ##### Documentation - Update alternative-indexes.md to use `UV_INDEX` instead of `UV_EXTRA_INDEX_URL` ([#&#8203;11381](https://github.com/astral-sh/uv/pull/11381)) - Update scripts guide to include using package indexes ([#&#8203;11443](https://github.com/astral-sh/uv/pull/11443)) </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 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate added 1 commit 2025-02-12 16:04:24 -05:00
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.31
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 0s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
0d277f9a0c
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 0s
Required
Details
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-astral-sh-uv-0.x:renovate/ghcr.io-astral-sh-uv-0.x
git checkout renovate/ghcr.io-astral-sh-uv-0.x
Sign in to join this conversation.
No description provided.