Skip to content

Commit 6f44ab8

Browse files
chore(deps): update dependency uv_build to v0.9.18 (#335)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [uv_build](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.9.17` -> `==0.9.18` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.9.18?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.9.18?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.9.17/0.9.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.9.17/0.9.18?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.9.18`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0918) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.17...0.9.18) Released on 2025-12-16. ##### Enhancements - Add value hints to command line arguments to improve shell completion accuracy ([#&#8203;17080](https://redirect.github.com/astral-sh/uv/pull/17080)) - Improve error handling in `uv publish` ([#&#8203;17096](https://redirect.github.com/astral-sh/uv/pull/17096)) - Improve rendering of multiline error messages ([#&#8203;17132](https://redirect.github.com/astral-sh/uv/pull/17132)) - Support redirects in `uv publish` ([#&#8203;17130](https://redirect.github.com/astral-sh/uv/pull/17130)) - Include Docker images with the alpine version, e.g., `python3.x-alpine3.23` ([#&#8203;17100](https://redirect.github.com/astral-sh/uv/pull/17100)) ##### Configuration - Accept `--torch-backend` in `[tool.uv]` ([#&#8203;17116](https://redirect.github.com/astral-sh/uv/pull/17116)) ##### Performance - Speed up `uv cache size` ([#&#8203;17015](https://redirect.github.com/astral-sh/uv/pull/17015)) - Initialize S3 signer once ([#&#8203;17092](https://redirect.github.com/astral-sh/uv/pull/17092)) ##### Bug fixes - Avoid panics due to reads on failed requests ([#&#8203;17098](https://redirect.github.com/astral-sh/uv/pull/17098)) - Enforce latest-version in `@latest` requests ([#&#8203;17114](https://redirect.github.com/astral-sh/uv/pull/17114)) - Explicitly set `EntryType` for file entries in tar ([#&#8203;17043](https://redirect.github.com/astral-sh/uv/pull/17043)) - Ignore `pyproject.toml` index username in lockfile comparison ([#&#8203;16995](https://redirect.github.com/astral-sh/uv/pull/16995)) - Relax error when using `uv add` with `UV_GIT_LFS` set ([#&#8203;17127](https://redirect.github.com/astral-sh/uv/pull/17127)) - Support file locks on ExFAT on macOS ([#&#8203;17115](https://redirect.github.com/astral-sh/uv/pull/17115)) - Change schema for `exclude-newer` into optional string ([#&#8203;17121](https://redirect.github.com/astral-sh/uv/pull/17121)) ##### Documentation - Drop arm musl caveat from Docker documentation ([#&#8203;17111](https://redirect.github.com/astral-sh/uv/pull/17111)) - Fix version reference in resolver example ([#&#8203;17085](https://redirect.github.com/astral-sh/uv/pull/17085)) - Better documentation for `exclude-newer*` ([#&#8203;17079](https://redirect.github.com/astral-sh/uv/pull/17079)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **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/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 079fe8b commit 6f44ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
]
3030

3131
[build-system]
32-
requires = ["uv_build==0.9.17"]
32+
requires = ["uv_build==0.9.18"]
3333
build-backend = "uv_build"
3434
module-name = ["bss_web_file_server"]
3535

0 commit comments

Comments
 (0)