Skip to content

Commit 4956de2

Browse files
Update dependency uv to v0.11.5 (#170)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [uv](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.4` → `==0.11.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.11.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.11.4/0.11.5?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.11.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0115) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.4...0.11.5) Released on 2026-04-08. ##### Python - Add CPython 3.13.13, 3.14.4, and 3.15.0a8 ([#&#8203;18908](https://redirect.github.com/astral-sh/uv/pull/18908)) ##### Enhancements - Fix `build_system.requires` error message ([#&#8203;18911](https://redirect.github.com/astral-sh/uv/pull/18911)) - Remove trailing path separators in path normalization ([#&#8203;18915](https://redirect.github.com/astral-sh/uv/pull/18915)) - Improve error messages for unsupported or invalid TLS certificates ([#&#8203;18924](https://redirect.github.com/astral-sh/uv/pull/18924)) ##### Preview features - Add `exclude-newer` to `[[tool.uv.index]]` ([#&#8203;18839](https://redirect.github.com/astral-sh/uv/pull/18839)) - `uv audit`: add context/warnings for ignored vulnerabilities ([#&#8203;18905](https://redirect.github.com/astral-sh/uv/pull/18905)) ##### Bug fixes - Normalize persisted fork markers before lock equality checks ([#&#8203;18612](https://redirect.github.com/astral-sh/uv/pull/18612)) - Clear junction properly when uninstalling Python versions on Windows ([#&#8203;18815](https://redirect.github.com/astral-sh/uv/pull/18815)) - Report error cleanly instead of panicking on TLS certificate error ([#&#8203;18904](https://redirect.github.com/astral-sh/uv/pull/18904)) ##### Documentation - Remove the legacy `PIP_COMPATIBILITY.md` redirect file ([#&#8203;18928](https://redirect.github.com/astral-sh/uv/pull/18928)) - Fix `uv init example-bare --bare` examples ([#&#8203;18822](https://redirect.github.com/astral-sh/uv/pull/18822), [#&#8203;18925](https://redirect.github.com/astral-sh/uv/pull/18925)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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/SAP/pylint-per-file-ignores). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82d7782 commit 4956de2

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"yesqa==1.5.0",
5555
"pyupgrade==3.21.2",
5656
"toml-sort==0.24.4",
57-
"uv==0.11.4",
57+
"uv==0.11.5",
5858
"towncrier==25.8.0",
5959
]
6060
test = [

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)