diff --git a/CHANGELOG.md b/CHANGELOG.md index 6989512..837f075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated pip from 26.1.1 to 26.1.2. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) +- Updated Poetry from 2.4.0 to 2.4.1. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) +- Updated uv from 0.11.11 to 0.11.19. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) + ## [6.5.1] - 2026-05-11 ### Changed diff --git a/requirements/pip.txt b/requirements/pip.txt index 0742764..657e215 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1 +1 @@ -pip==26.1.1 +pip==26.1.2 diff --git a/requirements/poetry.txt b/requirements/poetry.txt index 1d32766..c3973d4 100644 --- a/requirements/poetry.txt +++ b/requirements/poetry.txt @@ -1 +1 @@ -poetry==2.4.0 +poetry==2.4.1 diff --git a/requirements/uv.txt b/requirements/uv.txt index f513960..c5db7b4 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.11.11 +uv==0.11.19