From 221bc19b06beaf91a46fe438eb433fd9a8ff198e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:52:04 +0000 Subject: [PATCH 1/3] Bump poetry from 1.8.3 to 1.8.4 Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.8.3...1.8.4) --- updated-dependencies: - dependency-name: poetry 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 65e7a6c..8e44691 100644 --- a/requirements/poetry.txt +++ b/requirements/poetry.txt @@ -1 +1 @@ -poetry==1.8.3 +poetry==1.8.4 From 56a4e2c4ee5cf474e23e3e9ce14933ce61a9e341 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:38:06 +0000 Subject: [PATCH 2/3] Update test --- tests/poetry_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/poetry_test.rs b/tests/poetry_test.rs index 8910fc4..4b24cfe 100644 --- a/tests/poetry_test.rs +++ b/tests/poetry_test.rs @@ -181,7 +181,7 @@ fn poetry_cache_previous_buildpack_version() { Installing Python {DEFAULT_PYTHON_FULL_VERSION} [Installing Poetry] - Discarding cached Poetry {POETRY_VERSION} + Discarding cached Poetry 1.8.3 Installing Poetry {POETRY_VERSION} [Installing dependencies using Poetry] From 4865dc10b6d26d09b6f22a0e309ddb1cbc73c7e8 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:38:19 +0000 Subject: [PATCH 3/3] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cbb58..0f9c414 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 1.8.3 to 1.8.4. ([#286](https://github.com/heroku/buildpacks-python/pull/286)) + ## [0.19.0] - 2024-10-10 ### Added