Skip to content

Commit 2eeb007

Browse files
chore(deps): update dependency uv_build to v0.11.15 (#586)
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.11.14` → `==0.11.15` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.11.15?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.11.15?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.11.14/0.11.15?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.11.14/0.11.15?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.11.15`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01115) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.14...0.11.15) Released on 2026-05-18. ##### Security - Fix a TAR partial differential, see [GHSA-3cv2-h65g-fgmm](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-3cv2-h65g-fgmm) ([#&#8203;19463](https://redirect.github.com/astral-sh/uv/pull/19463)) - Enforce that entry points cannot escape in the scripts directory, see [GHSA-4gg8-gxpx-9rph](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-4gg8-gxpx-9rph) ([#&#8203;19464](https://redirect.github.com/astral-sh/uv/pull/19464)) ##### Enhancements - Add TOML v1.1 -> v1.0 backwards compatibility for source distributions ([#&#8203;18741](https://redirect.github.com/astral-sh/uv/pull/18741)) - Add support for Azure request signing ([#&#8203;19421](https://redirect.github.com/astral-sh/uv/pull/19421)) - Apply stricter validation to all wheel filename segments ([#&#8203;19364](https://redirect.github.com/astral-sh/uv/pull/19364)) - Reject empty strings as an invalid package name ([#&#8203;19435](https://redirect.github.com/astral-sh/uv/pull/19435)) - Use structured errors for signing authentication failures ([#&#8203;19422](https://redirect.github.com/astral-sh/uv/pull/19422)) ##### Preview - uv audit: Add JSON output ([#&#8203;19305](https://redirect.github.com/astral-sh/uv/pull/19305)) ##### Configuration - Respect `required-environments` in `uv pip compile` ([#&#8203;19378](https://redirect.github.com/astral-sh/uv/pull/19378)) ##### Performance - Avoid parsing JSON manifest when local Python is available ([#&#8203;19398](https://redirect.github.com/astral-sh/uv/pull/19398)) - Avoid walking nested directories in linker conflict registration ([#&#8203;19382](https://redirect.github.com/astral-sh/uv/pull/19382)) - Optimize async wheel ZIP writing ([#&#8203;19383](https://redirect.github.com/astral-sh/uv/pull/19383)) - Fix dead "already trimmed" fast-path in `Version::only_release_trimmed` ([#&#8203;19425](https://redirect.github.com/astral-sh/uv/pull/19425)) ##### Bug fixes - Apply workspace-member `[tool.uv.sources]` credentials under `uv sync --frozen` ([#&#8203;19423](https://redirect.github.com/astral-sh/uv/pull/19423)) - Skip empty directories in uv build outputs ([#&#8203;19437](https://redirect.github.com/astral-sh/uv/pull/19437)) - Fix Git submodule handling when using relative paths ([#&#8203;12156](https://redirect.github.com/astral-sh/uv/pull/12156)) - Fix line number reporting in netrc parsing ([#&#8203;19452](https://redirect.github.com/astral-sh/uv/pull/19452)) ##### Documentation - Move Bazel auth helper setup into integration guide ([#&#8203;19392](https://redirect.github.com/astral-sh/uv/pull/19392)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5dd0776 commit 2eeb007

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

0 commit comments

Comments
 (0)