From dac37d0da368c1100427813f8f9713a8cca0cdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:10:36 +0000 Subject: [PATCH 1/3] Bump uv in the python-dependencies group across 1 directory Bumps the python-dependencies group with 1 update in the / directory: [uv](https://github.com/astral-sh/uv). Updates `uv` from 0.11.19 to 0.11.28 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.19...0.11.28) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/uv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/uv.txt b/requirements/uv.txt index c5db7b4..f329fec 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.11.19 +uv==0.11.28 From 795b5c26625b87e865288e101fa1bb0499bc7f09 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Fri, 10 Jul 2026 10:57:11 +0100 Subject: [PATCH 2/3] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875713f..7825364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated uv from 0.11.19 to 0.11.28. ([#589](https://github.com/heroku/buildpacks-python/pull/589)) + ## [6.5.3] - 2026-06-10 ### Changed From f50d108b0b51e736b2b16f237e444e9bf0a9d0ed Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Fri, 10 Jul 2026 10:57:12 +0100 Subject: [PATCH 3/3] Fix uv lockfile-out-of-sync test assertion uv now renders the message as separate `error:` and `hint:` lines instead of one combined sentence. --- tests/uv_test.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/uv_test.rs b/tests/uv_test.rs index 3a89b6e..7fe8089 100644 --- a/tests/uv_test.rs +++ b/tests/uv_test.rs @@ -410,7 +410,9 @@ fn uv_lockfile_out_of_sync() { Creating virtual environment Running 'uv sync --locked --no-default-groups' Resolved 2 packages in .+s - The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. To update the lockfile, run `uv lock`. + error: The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. + + hint: To update the lockfile, run `uv lock`. \\[Error: Unable to install dependencies using uv\\] The 'uv sync' command to install the app's