Skip to content

Commit 837d8cb

Browse files
chore(deps): update dependency uv_build to v0.9.11 (#273)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.10` -> `==0.9.11` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.9.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.9.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.9.10/0.9.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.9.10/0.9.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.9.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0911) Released on 2025-11-20. ##### Python - Add CPython 3.15.0a2 See the [`python-build-standalone` release notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/tag/20251120) for details. ##### Enhancements - Add SBOM support to `uv export` ([#&#8203;16523](https://redirect.github.com/astral-sh/uv/pull/16523)) - Publish to `crates.io` ([#&#8203;16770](https://redirect.github.com/astral-sh/uv/pull/16770)) ##### Preview features - Add `uv workspace list --paths` ([#&#8203;16776](https://redirect.github.com/astral-sh/uv/pull/16776)) - Fix the preview warning on `uv workspace dir` ([#&#8203;16775](https://redirect.github.com/astral-sh/uv/pull/16775)) ##### Bug fixes - Fix `uv init` author serialization via `toml_edit` inline tables ([#&#8203;16778](https://redirect.github.com/astral-sh/uv/pull/16778)) - Fix status messages without TTY ([#&#8203;16785](https://redirect.github.com/astral-sh/uv/pull/16785)) - Preserve end-of-line comment whitespace when editing `pyproject.toml` ([#&#8203;16734](https://redirect.github.com/astral-sh/uv/pull/16734)) - Disable `always-authenticate` when running under Dependabot ([#&#8203;16773](https://redirect.github.com/astral-sh/uv/pull/16773)) ##### Documentation - Document the new behavior for free-threaded python versions ([#&#8203;16781](https://redirect.github.com/astral-sh/uv/pull/16781)) - Improve note about build system in publish guide ([#&#8203;16788](https://redirect.github.com/astral-sh/uv/pull/16788)) - Move do not upload publish note out of the guide into concepts ([#&#8203;16789](https://redirect.github.com/astral-sh/uv/pull/16789)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fc0517 commit 837d8cb

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

0 commit comments

Comments
 (0)