From 31ea92f1d2aed730ac6a774f229ec90fb8ab3b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:55:20 +0000 Subject: [PATCH 1/2] Bump poetry from 2.3.1 to 2.3.2 Bumps [poetry](https://github.com/python-poetry/poetry) from 2.3.1 to 2.3.2. - [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.3.1...2.3.2) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/poetry.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/poetry.txt b/requirements/poetry.txt index d29004d..f695081 100644 --- a/requirements/poetry.txt +++ b/requirements/poetry.txt @@ -1 +1 @@ -poetry==2.3.1 +poetry==2.3.2 From 81218b442f5ee99cc39974dadb5540769f416aeb Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:57:55 +0000 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf20840..94b2e84 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 Poetry from 2.3.1 to 2.3.2. ([#501](https://github.com/heroku/buildpacks-python/pull/501)) + ## [4.1.1] - 2026-02-04 ### Changed