Skip to content

Commit 32ee8d3

Browse files
chore(deps): update dependency uv_build to v0.10.12 (#490)
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.10.11` → `==0.10.12` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.10.12?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.10.12?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.10.11/0.10.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.10.11/0.10.12?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.10.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.10.11...0.10.12) Released on 2026-03-19. ##### Python - Add pypy 3.11.15 ([#&#8203;18468](https://redirect.github.com/astral-sh/uv/pull/18468)) - Add support for using Python 3.6 interpreters ([#&#8203;18454](https://redirect.github.com/astral-sh/uv/pull/18454)) ##### Enhancements - Include uv's target triple in version report ([#&#8203;18520](https://redirect.github.com/astral-sh/uv/pull/18520)) - Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://redirect.github.com/astral-sh/uv/pull/18565)) ##### Preview features - Show `uv audit` in the CLI help ([#&#8203;18540](https://redirect.github.com/astral-sh/uv/pull/18540)) ##### Bug fixes - Improve reporting of managed interpreter symlinks in `uv python list` ([#&#8203;18459](https://redirect.github.com/astral-sh/uv/pull/18459)) - Preserve end-of-line comments on previous entries when removing dependencies ([#&#8203;18557](https://redirect.github.com/astral-sh/uv/pull/18557)) - Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://redirect.github.com/astral-sh/uv/pull/18536)) - Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://redirect.github.com/astral-sh/uv/pull/18530)) ##### Documentation - Add Python 3.15 to supported versions ([#&#8203;18552](https://redirect.github.com/astral-sh/uv/pull/18552)) - Adjust the PyPy note ([#&#8203;18548](https://redirect.github.com/astral-sh/uv/pull/18548)) - Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://redirect.github.com/astral-sh/uv/pull/18561)) - Move Rust and Python version support out of the Platform support policy ([#&#8203;18535](https://redirect.github.com/astral-sh/uv/pull/18535)) - Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://redirect.github.com/astral-sh/uv/pull/18558)) - Update the Python version policy ([#&#8203;18559](https://redirect.github.com/astral-sh/uv/pull/18559)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c8a57a commit 32ee8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)