diff --git a/CHANGELOG.md b/CHANGELOG.md index 612aa27..f6c300a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated pip from 25.3 to 26.0.1. ([#508](https://github.com/heroku/buildpacks-python/pull/508)) +- Updated uv from 0.10.1 to 0.10.7. ([#518](https://github.com/heroku/buildpacks-python/pull/518)) - Explicitly configured uv to use hard links to maintain the behaviour of previous versions. ([#519](https://github.com/heroku/buildpacks-python/pull/519)) ## [5.1.0] - 2026-02-26 diff --git a/requirements/uv.txt b/requirements/uv.txt index cc56926..971e116 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.10.1 +uv==0.10.7