diff --git a/CHANGELOG.md b/CHANGELOG.md index d585ede..40c56a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated pip from 26.1.2 to 26.2.1. ([#603](https://github.com/heroku/buildpacks-python/pull/603)) +- Updated uv from 0.11.33 to 0.12.5. ([#603](https://github.com/heroku/buildpacks-python/pull/603)) + ## [6.5.7] - 2026-08-13 ### Changed diff --git a/requirements/pip.txt b/requirements/pip.txt index 657e215..09aa11f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1 +1 @@ -pip==26.1.2 +pip==26.2.1 diff --git a/requirements/uv.txt b/requirements/uv.txt index e40f8c1..7adcca5 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.11.33 +uv==0.12.5