diff --git a/CHANGELOG.md b/CHANGELOG.md index 3081cbf..558dd26 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.9.21 to 0.9.24. ([#490](https://github.com/heroku/buildpacks-python/pull/490)) + ## [4.0.0] - 2026-01-07 ### Removed diff --git a/requirements/uv.txt b/requirements/uv.txt index f258573..55bf7c7 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.21 +uv==0.9.24