Skip to content

Commit 23bc527

Browse files
Bump poetry from 1.8.4 to 1.8.5 (#1716)
* Bump poetry from 1.8.4 to 1.8.5 Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/1.8.5/CHANGELOG.md) - [Commits](python-poetry/poetry@1.8.4...1.8.5) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update test * Add changelog entry --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent 29f1606 commit 23bc527

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Changed the default Python version for new apps from 3.12 to 3.13. ([#1715](https://github.com/heroku/heroku-buildpack-python/pull/1715))
66
- Changed Python version pinning behaviour for apps that do not specify a Python version. Repeat builds are now pinned to the major Python version only (`3.X`) instead of the full Python version (`3.X.Y`), so that they always use the latest patch version. ([#1714](https://github.com/heroku/heroku-buildpack-python/pull/1714))
7+
- Updated Poetry from 1.8.4 to 1.8.5. ([#1716](https://github.com/heroku/heroku-buildpack-python/pull/1716))
78

89
## [v269] - 2024-12-04
910

requirements/poetry.txt

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

spec/hatchet/poetry_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
end
6262
end
6363

64-
# TODO: Make this also test the Poetry version changing, the next (first) time we update Poetry,
65-
# by using an older buildpack version for the initial build.
6664
context 'when the requested Python version has changed since the last build' do
6765
let(:buildpacks) { ['https://github.com/heroku/heroku-buildpack-python#v268'] }
6866
let(:app) { Hatchet::Runner.new('spec/fixtures/poetry_basic', buildpacks:) }
@@ -77,6 +75,7 @@
7775
remote: -----> Using Python 3.13 specified in .python-version
7876
remote: -----> Discarding cache since:
7977
remote: - The Python version has changed from 3.13.0 to #{LATEST_PYTHON_3_13}
78+
remote: - The Poetry version has changed from 1.8.4 to #{POETRY_VERSION}
8079
remote: -----> Installing Python #{LATEST_PYTHON_3_13}
8180
remote: -----> Installing Poetry #{POETRY_VERSION}
8281
remote: -----> Installing dependencies using 'poetry install --sync --only main'

0 commit comments

Comments
 (0)