Skip to content

Commit 7dad39f

Browse files
chore(deps): update dependency uv_build to v0.9.13 (#285)
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.12` -> `==0.9.13` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv-build/0.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv-build/0.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv-build/0.9.12/0.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv-build/0.9.12/0.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv_build)</summary> ### [`v0.9.13`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0913) Released on 2025-11-26. ##### Bug fixes - Revert "Allow `--with-requirements` to load extensionless inline-metadata scripts" to fix reading of requirements files from streams ([#&#8203;16861](https://redirect.github.com/astral-sh/uv/pull/16861)) - Validate URL wheel tags against `Requires-Python` and required environments ([#&#8203;16824](https://redirect.github.com/astral-sh/uv/pull/16824)) ##### Documentation - Drop unpublished crates from the uv crates.io README ([#&#8203;16847](https://redirect.github.com/astral-sh/uv/pull/16847)) - Fix the links to uv in crates.io member READMEs ([#&#8203;16848](https://redirect.github.com/astral-sh/uv/pull/16848)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5a4e51 commit 7dad39f

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

0 commit comments

Comments
 (0)