From 7f4b8d66105ee23db831b9168bd419c3f2cb3c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:02:29 +0000 Subject: [PATCH 1/2] Bump poetry from 2.3.3 to 2.3.4 Bumps [poetry](https://github.com/python-poetry/poetry) from 2.3.3 to 2.3.4. - [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.3...2.3.4) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.3.4 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 32a2135..eb883fe 100644 --- a/requirements/poetry.txt +++ b/requirements/poetry.txt @@ -1 +1 @@ -poetry==2.3.3 +poetry==2.3.4 From 6429b7ad3858fe298f1eb0fe8bac05e11f521d74 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:04:37 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d124cfd..c3982f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Updated Poetry from 2.3.3 to 2.3.4. ([#553](https://github.com/heroku/buildpacks-python/pull/553)) - Updated uv from 0.11.3 to 0.11.6. ([#552](https://github.com/heroku/buildpacks-python/pull/552)) ## [6.4.0] - 2026-04-09