Skip to content

Commit 3db63a3

Browse files
Bump uv from 0.7.20 to 0.8.4 (#393)
* Bump uv from 0.7.20 to 0.8.4 Bumps [uv](https://github.com/astral-sh/uv) from 0.7.20 to 0.8.4. - [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.7.20...0.8.4) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update test fixture for new output and exit code * Add changelog entry --------- 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 a4dbe05 commit 3db63a3

3 files changed

Lines changed: 7 additions & 3 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.7.20 to 0.8.4. ([#393](https://github.com/heroku/buildpacks-python/pull/393))
13+
1014
## [2.2.3] - 2025-07-10
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.7.20
1+
uv==0.8.4

tests/uv_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,15 @@ fn uv_lockfile_out_of_sync() {
397397
Creating virtual environment
398398
Running 'uv sync --locked --no-default-groups'
399399
Resolved 2 packages in .+s
400-
error: The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. To update the lockfile, run `uv lock`.
400+
The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. To update the lockfile, run `uv lock`.
401401
"}
402402
);
403403
assert_contains!(
404404
context.pack_stderr,
405405
indoc! {"
406406
[Error: Unable to install dependencies using uv]
407407
The 'uv sync' command to install the app's
408-
dependencies failed (exit status: 2).
408+
dependencies failed (exit status: 1).
409409
410410
See the log output above for more information.
411411
"}

0 commit comments

Comments
 (0)