Skip to content

Commit 104acb4

Browse files
Bump uv from 0.10.9 to 0.11.3 (#535)
* 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](astral-sh/uv@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] <support@github.com> * Add changelog entry * Update expected test output --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 3efd133 commit 104acb4

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated uv from 0.10.9 to 0.11.3. ([#535](https://github.com/heroku/buildpacks-python/pull/535))
13+
1014
## [6.1.0] - 2026-03-13
1115

1216
### Changed

requirements/uv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.10.9
1+
uv==0.11.3

tests/uv_test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use libcnb_test::{
88
BuildpackReference, PackResult, TestRunner, assert_contains, assert_contains_match,
99
assert_empty,
1010
};
11+
use std::env::consts::ARCH;
1112

1213
#[test]
1314
#[ignore = "integration test"]
@@ -62,7 +63,7 @@ fn uv_basic_install_and_cache_reuse() {
6263
'/layers/heroku_python/python/lib/python3.14/lib-dynload',
6364
'/layers/heroku_python/venv/lib/python3.14/site-packages'\\]
6465
65-
uv {UV_VERSION}
66+
uv {UV_VERSION} \\({ARCH}-unknown-linux-gnu\\)
6667
Using Python {DEFAULT_PYTHON_FULL_VERSION} environment at: /layers/heroku_python/venv
6768
Package Version
6869
----------------- -------

0 commit comments

Comments
 (0)