Skip to content

Commit dfb310c

Browse files
chore(deps): update dependency uv_build to v0.10.11 (#485)
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.10` → `==0.10.11` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.10.11?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.10.11?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.10.10/0.10.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.10.10/0.10.11?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.10.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.10.10...0.10.11) Released on 2026-03-16. ##### Enhancements - Fetch Ruff release metadata from an Astral mirror ([#&#8203;18358](https://redirect.github.com/astral-sh/uv/pull/18358)) - Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://redirect.github.com/astral-sh/uv/pull/16477)) ##### Performance - Improve distribution id performance ([#&#8203;18486](https://redirect.github.com/astral-sh/uv/pull/18486)) ##### Bug fixes - Allow `--project` to refer to a `pyproject.toml` directly and reduce to a warning on other files ([#&#8203;18513](https://redirect.github.com/astral-sh/uv/pull/18513)) - Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://redirect.github.com/astral-sh/uv/pull/18452)) - Enforce available distributions for supported environments ([#&#8203;18451](https://redirect.github.com/astral-sh/uv/pull/18451)) - Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR` is relative ([#&#8203;18398](https://redirect.github.com/astral-sh/uv/pull/18398)) ##### Documentation - Add missing `-o requirements.txt` in `uv pip compile` example ([#&#8203;12308](https://redirect.github.com/astral-sh/uv/pull/12308)) - Link to organization security policy ([#&#8203;18449](https://redirect.github.com/astral-sh/uv/pull/18449)) - Link to the AI policy in the contributing guide ([#&#8203;18448](https://redirect.github.com/astral-sh/uv/pull/18448)) </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 4096a98 commit dfb310c

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

0 commit comments

Comments
 (0)