diff --git a/CHANGELOG.md b/CHANGELOG.md index 625f290..3f66c2d 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.29 to 0.10.1. ([#510](https://github.com/heroku/buildpacks-python/pull/510)) + ## [4.1.2] - 2026-02-04 ### Changed diff --git a/requirements/uv.txt b/requirements/uv.txt index ae44d13..cc56926 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.29 +uv==0.10.1