Skip to content

Commit 09883a5

Browse files
chore(deps): update dependency uv_build to v0.9.17 (#323)
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.16` -> `==0.9.17` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.9.17?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.9.17?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.9.16/0.9.17?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.9.16/0.9.17?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.9.17`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0917) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.16...0.9.17) Released on 2025-12-09. ##### Enhancements - Add `torch-tensorrt` and `torchao` to the PyTorch list ([#&#8203;17053](https://redirect.github.com/astral-sh/uv/pull/17053)) - Add hint for misplaced `--verbose` in `uv tool run` ([#&#8203;17020](https://redirect.github.com/astral-sh/uv/pull/17020)) - Add support for relative durations in `exclude-newer` (a.k.a., dependency cooldowns) ([#&#8203;16814](https://redirect.github.com/astral-sh/uv/pull/16814)) - Add support for relocatable nushell activation script ([#&#8203;17036](https://redirect.github.com/astral-sh/uv/pull/17036)) ##### Bug fixes - Respect dropped (but explicit) indexes in dependency groups ([#&#8203;17012](https://redirect.github.com/astral-sh/uv/pull/17012)) ##### Documentation - Improve `source-exclude` reference docs ([#&#8203;16832](https://redirect.github.com/astral-sh/uv/pull/16832)) - Recommend `UV_NO_DEV` in Docker installs ([#&#8203;17030](https://redirect.github.com/astral-sh/uv/pull/17030)) - Update `UV_VERSION` in docs for GitLab CI/CD ([#&#8203;17040](https://redirect.github.com/astral-sh/uv/pull/17040)) </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 ed50f7d commit 09883a5

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

0 commit comments

Comments
 (0)