From 1c71c73499a01b468239062704d5df9be9ec2db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:23:37 +0000 Subject: [PATCH 1/2] Bump the python-dependencies group across 1 directory with 3 updates Bumps the python-dependencies group with 3 updates in the / directory: [poetry](https://github.com/python-poetry/poetry), [uv](https://github.com/astral-sh/uv) and [pip](https://github.com/pypa/pip). Updates `poetry` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/2.4.0...2.4.1) Updates `uv` from 0.11.11 to 0.11.19 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.11...0.11.19) Updates `pip` from 26.1.1 to 26.1.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.1...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: poetry dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uv dependency-version: 0.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 2 +- requirements/poetry.txt | 2 +- requirements/uv.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 From d4ab66823f134851086237d6c8ac06963459027e Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:32:13 +0100 Subject: [PATCH 2/2] Update changelog for the python-dependencies group bump --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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