Skip to content

Commit 19797ea

Browse files
Update dependency uv to v0.11.7 (#177)
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.6` → `==0.11.7` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.11.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.11.6/0.11.7?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.11.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0117) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.6...0.11.7) Released on 2026-04-15. ##### Python - Upgrade CPython build to [`2026041`](https://redirect.github.com/astral-sh/uv/commit/20260414) including an OpenSSL security upgrade ([#&#8203;19004](https://redirect.github.com/astral-sh/uv/pull/19004)) ##### Enhancements - Elevate configuration errors to `required-version` mismatches ([#&#8203;18977](https://redirect.github.com/astral-sh/uv/pull/18977)) - Further improve TLS certificate validation messages ([#&#8203;18933](https://redirect.github.com/astral-sh/uv/pull/18933)) - Improve `--exclude-newer` hints ([#&#8203;18952](https://redirect.github.com/astral-sh/uv/pull/18952)) ##### Preview features - Fix `--script` handling in `uv audit` ([#&#8203;18970](https://redirect.github.com/astral-sh/uv/pull/18970)) - Fix traversal of extras in `uv audit` ([#&#8203;18970](https://redirect.github.com/astral-sh/uv/pull/18970)) ##### Bug fixes - De-quote `workspace metadata` in linehaul data ([#&#8203;18966](https://redirect.github.com/astral-sh/uv/pull/18966)) - Avoid installing tool workspace member dependencies as editable ([#&#8203;18891](https://redirect.github.com/astral-sh/uv/pull/18891)) - Emit JSON report for `uv sync --check` failures ([#&#8203;18976](https://redirect.github.com/astral-sh/uv/pull/18976)) - Filter and warn on invalid TLS certificates ([#&#8203;18951](https://redirect.github.com/astral-sh/uv/pull/18951)) - Fix equality comparisons for version specifiers with `~=` operators ([#&#8203;18960](https://redirect.github.com/astral-sh/uv/pull/18960)) - Fix stale Python upgrade preview feature check in project environment construction ([#&#8203;18961](https://redirect.github.com/astral-sh/uv/pull/18961)) - Improve Windows path normalization ([#&#8203;18945](https://redirect.github.com/astral-sh/uv/pull/18945)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6acbe55 commit 19797ea

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.6",
57+
"uv==0.11.7",
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)