diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf4178..24a0071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the `pip install` commands used to install the pip and Poetry package managers to now use `--isolated` mode. ([#434](https://github.com/heroku/buildpacks-python/pull/434)) - Added more Python project related file and directory names to the list recognised by buildpack detection. ([#435](https://github.com/heroku/buildpacks-python/pull/435)) +- Updated uv from 0.8.20 to 0.8.22. ([#431](https://github.com/heroku/buildpacks-python/pull/431)) ## [2.5.1] - 2025-09-23 diff --git a/requirements/uv.txt b/requirements/uv.txt index 71dd98f..fc6c3fb 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.8.20 +uv==0.8.22