Skip to content

build(deps-dev): update uv-build requirement from <0.9.0,>=0.8.14 to >=0.11.20,<0.12.0#635

Merged
jodal merged 1 commit into
mainfrom
dependabot/uv/uv-build-gte-0.11.20-and-lt-0.12.0
Jun 18, 2026
Merged

build(deps-dev): update uv-build requirement from <0.9.0,>=0.8.14 to >=0.11.20,<0.12.0#635
jodal merged 1 commit into
mainfrom
dependabot/uv/uv-build-gte-0.11.20-and-lt-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on uv-build to permit the latest version.

Release notes

Sourced from uv-build's releases.

0.11.20

Release Notes

Released on 2026-06-10.

Enhancements

  • Add --emit-index-url and --emit-find-links to uv export (#18370)
  • Add --find-links support for uv pip list (#16103)
  • Group executable install errors during uv python install (#19691)
  • Use ICF in macOS release builds to reduce binary sizes (#19615)

Preview features

  • Add initial hidden uv upgrade command (#19678)
  • Reject Git revisions in uv upgrade (#19742)

Configuration

  • Recognize UV_NO_INSTALL_PROJECT, UV_NO_INSTALL_WORKSPACE, UV_NO_INSTALL_LOCAL (#19323)

Performance

  • Speed up discovery of large workspaces (#18311)

Bug fixes

  • Allow unknown preview flags with a warning again (#19669)
  • Apply dependency exclusions to direct requirements (#19699)
  • Avoid following external symlinks during cache clean (#19682)
  • Avoid following symlinks during cache prune (#19543)
  • Fix Git cache keys for worktrees and packed refs (#19706)
  • Make resolver error handling iterative to avoid stack overflows (#19695)
  • Pass VIRTUAL_ENV through cygpath inside fish on Windows (#19703)
  • Rebuild explicit local directory tool installs (#19591)
  • Validate egg top-level entries as identifiers (#19679)

Documentation

  • Document --find-links caching behavior (#19585)
  • Add a small section for malware checks (#19680)

Install uv 0.11.20

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.20/uv-installer.sh | sh

... (truncated)

Changelog

Sourced from uv-build's changelog.

0.11.20

Released on 2026-06-10.

Enhancements

  • Add --emit-index-url and --emit-find-links to uv export (#18370)
  • Add --find-links support for uv pip list (#16103)
  • Group executable install errors during uv python install (#19691)
  • Use ICF in macOS release builds to reduce binary sizes (#19615)

Preview features

  • Add initial hidden uv upgrade command (#19678)
  • Reject Git revisions in uv upgrade (#19742)

Configuration

  • Recognize UV_NO_INSTALL_PROJECT, UV_NO_INSTALL_WORKSPACE, UV_NO_INSTALL_LOCAL (#19323)

Performance

  • Speed up discovery of large workspaces (#18311)

Bug fixes

  • Allow unknown preview flags with a warning again (#19669)
  • Apply dependency exclusions to direct requirements (#19699)
  • Avoid following external symlinks during cache clean (#19682)
  • Avoid following symlinks during cache prune (#19543)
  • Fix Git cache keys for worktrees and packed refs (#19706)
  • Make resolver error handling iterative to avoid stack overflows (#19695)
  • Pass VIRTUAL_ENV through cygpath inside fish on Windows (#19703)
  • Rebuild explicit local directory tool installs (#19591)
  • Validate egg top-level entries as identifiers (#19679)

Documentation

  • Document --find-links caching behavior (#19585)
  • Add a small section for malware checks (#19680)

0.11.19

Released on 2026-06-03.

Python

  • Add CPython 3.15.0b2 (#19531)

Enhancements

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 18, 2026
Updates the requirements on [uv-build](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.8.14...0.11.20)

---
updated-dependencies:
- dependency-name: uv-build
  dependency-version: 0.11.20
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@jodal jodal force-pushed the dependabot/uv/uv-build-gte-0.11.20-and-lt-0.12.0 branch from fad8f39 to e26c566 Compare June 18, 2026 17:25
@jodal jodal enabled auto-merge June 18, 2026 17:25
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.67%. Comparing base (dd7acdd) to head (e26c566).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #635   +/-   ##
=======================================
  Coverage   51.67%   51.67%           
=======================================
  Files          36       36           
  Lines        1701     1701           
=======================================
  Hits          879      879           
  Misses        822      822           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jodal jodal merged commit 4343706 into main Jun 18, 2026
11 checks passed
@jodal jodal deleted the dependabot/uv/uv-build-gte-0.11.20-and-lt-0.12.0 branch June 18, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant