Skip to content

Commit 8a20fda

Browse files
Bump poetry from 2.1.1 to 2.1.2 (#343)
* Bump poetry from 2.1.1 to 2.1.2 Bumps [poetry](https://github.com/python-poetry/poetry) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@2.1.1...2.1.2) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix tests * Add changelog entry --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent d7f799b commit 8a20fda

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Updated pip from 24.3.1 to 25.0.1. ([#332](https://github.com/heroku/buildpacks-python/pull/332))
13+
- Updated Poetry from 2.1.1 to 2.1.2. ([#343](https://github.com/heroku/buildpacks-python/pull/343))
1314
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#344](https://github.com/heroku/buildpacks-python/pull/344))
1415

1516
## [0.25.0] - 2025-03-11

requirements/poetry.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==2.1.1
1+
poetry==2.1.2

tests/poetry_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@ fn poetry_oldest_python() {
234234
TestRunner::default().build(config, |context| {
235235
assert_contains!(
236236
context.pack_stdout,
237-
indoc! {"
237+
&formatdoc! {"
238238
[Determining Python version]
239239
Using Python version 3.9.0 specified in .python-version
240240
241241
[Installing Python]
242242
Installing Python 3.9.0
243243
244244
[Installing Poetry]
245-
Installing Poetry 2.1.1
245+
Installing Poetry {POETRY_VERSION}
246246
247247
[Installing dependencies using Poetry]
248248
Creating virtual environment

0 commit comments

Comments
 (0)