Skip to content

Commit 7e7db6c

Browse files
chore(deps): update dependency uv_build to v0.9.16 (#315)
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.15` -> `==0.9.16` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.9.16?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.9.16?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.9.15/0.9.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.9.15/0.9.16?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.9.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0916) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.15...0.9.16) Released on 2025-12-06. ##### Python - Add CPython 3.14.2 - Add CPython 3.13.11 ##### Enhancements - Add a 5m default timeout to acquiring file locks to fail faster on deadlock ([#&#8203;16342](https://redirect.github.com/astral-sh/uv/pull/16342)) - Add a stub `debug` subcommand to `uv pip` announcing its intentional absence ([#&#8203;16966](https://redirect.github.com/astral-sh/uv/pull/16966)) - Add bounds in `uv add --script` ([#&#8203;16954](https://redirect.github.com/astral-sh/uv/pull/16954)) - Add brew specific message for `uv self update` ([#&#8203;16838](https://redirect.github.com/astral-sh/uv/pull/16838)) - Error when built wheel is for the wrong platform ([#&#8203;16074](https://redirect.github.com/astral-sh/uv/pull/16074)) - Filter wheels from PEP 751 files based on `--no-binary` et al in `uv pip compile` ([#&#8203;16956](https://redirect.github.com/astral-sh/uv/pull/16956)) - Support `--target` and `--prefix` in `uv pip list`, `uv pip freeze`, and `uv pip show` ([#&#8203;16955](https://redirect.github.com/astral-sh/uv/pull/16955)) - Tweak language for build backend validation errors ([#&#8203;16720](https://redirect.github.com/astral-sh/uv/pull/16720)) - Use explicit credentials cache instead of global static ([#&#8203;16768](https://redirect.github.com/astral-sh/uv/pull/16768)) - Enable SIMD in HTML parsing ([#&#8203;17010](https://redirect.github.com/astral-sh/uv/pull/17010)) ##### Preview features - Fix missing preview warning in `uv workspace metadata` ([#&#8203;16988](https://redirect.github.com/astral-sh/uv/pull/16988)) - Add a `uv auth helper --protocol bazel` command ([#&#8203;16886](https://redirect.github.com/astral-sh/uv/pull/16886)) ##### Bug fixes - Fix Pyston wheel compatibility tags ([#&#8203;16972](https://redirect.github.com/astral-sh/uv/pull/16972)) - Allow redundant entries in `tool.uv.build-backend.module-name` but emit warnings ([#&#8203;16928](https://redirect.github.com/astral-sh/uv/pull/16928)) - Fix infinite loop in non-attribute re-treats during HTML parsing ([#&#8203;17010](https://redirect.github.com/astral-sh/uv/pull/17010)) ##### Documentation - Clarify `--project` flag help text to indicate project discovery ([#&#8203;16965](https://redirect.github.com/astral-sh/uv/pull/16965)) - Regenerate the crates.io READMEs on release ([#&#8203;16992](https://redirect.github.com/astral-sh/uv/pull/16992)) - Update Docker integration guide to prefer `COPY` over `ADD` for simple cases ([#&#8203;16883](https://redirect.github.com/astral-sh/uv/pull/16883)) - Update PyTorch documentation to include information about supporting CUDA 13.0.x ([#&#8203;16957](https://redirect.github.com/astral-sh/uv/pull/16957)) - Update the versioning policy ([#&#8203;16710](https://redirect.github.com/astral-sh/uv/pull/16710)) - Upgrade PyTorch documentation to latest versions ([#&#8203;16970](https://redirect.github.com/astral-sh/uv/pull/16970)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ea764f commit 7e7db6c

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.15"]
32+
requires = ["uv_build==0.9.16"]
3333
build-backend = "uv_build"
3434
module-name = ["bss_web_file_server"]
3535

0 commit comments

Comments
 (0)