diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a0071..29f5d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +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)) +- Updated uv from 0.8.20 to 0.8.23. ([#431](https://github.com/heroku/buildpacks-python/pull/431) and [#436](https://github.com/heroku/buildpacks-python/pull/436)) ## [2.5.1] - 2025-09-23 diff --git a/requirements/uv.txt b/requirements/uv.txt index fc6c3fb..61e7fc3 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.8.22 +uv==0.8.23