From 74a590ee3b5a86859812f4d1caf4912af79c67e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:52:32 +0000 Subject: [PATCH 1/3] Bump uv from 0.10.9 to 0.11.3 Bumps [uv](https://github.com/astral-sh/uv) from 0.10.9 to 0.11.3. - [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.10.9...0.11.3) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6f2d9f3..0aaa7b8 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.10.9 +uv==0.11.3 From a4e129faafb296851f1e12c413829a951eb3aea4 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:58:35 +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 fea22d7..3cb7a46 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.10.9 to 0.11.3. ([#535](https://github.com/heroku/buildpacks-python/pull/535)) + ## [6.1.0] - 2026-03-13 ### Changed From dcf8ff93399a70de3eef4b389a41d874a594408c Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:03:56 +0100 Subject: [PATCH 3/3] Update expected test output --- tests/uv_test.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/uv_test.rs b/tests/uv_test.rs index 34dbc50..ccf5fef 100644 --- a/tests/uv_test.rs +++ b/tests/uv_test.rs @@ -8,6 +8,7 @@ use libcnb_test::{ BuildpackReference, PackResult, TestRunner, assert_contains, assert_contains_match, assert_empty, }; +use std::env::consts::ARCH; #[test] #[ignore = "integration test"] @@ -62,7 +63,7 @@ fn uv_basic_install_and_cache_reuse() { '/layers/heroku_python/python/lib/python3.14/lib-dynload', '/layers/heroku_python/venv/lib/python3.14/site-packages'\\] - uv {UV_VERSION} + uv {UV_VERSION} \\({ARCH}-unknown-linux-gnu\\) Using Python {DEFAULT_PYTHON_FULL_VERSION} environment at: /layers/heroku_python/venv Package Version ----------------- -------