Skip to content

Commit 4011224

Browse files
Bump poetry from 2.2.1 to 2.3.1 (#2019)
* Bump poetry from 2.2.1 to 2.3.1 Bumps [poetry](https://github.com/python-poetry/poetry) from 2.2.1 to 2.3.1. - [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.2.1...2.3.1) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 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 e830581 commit 4011224

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
- Updated Poetry from 2.2.1 to 2.3.1. ([#2019](https://github.com/heroku/heroku-buildpack-python/pull/2019))
56
- The web server concurrency calculation profile script now sets the env var `WEB_CONCURRENCY_SET_BY="heroku/python"` if `WEB_CONCURRENCY` was set automatically by the buildpack. ([#2015](https://github.com/heroku/heroku-buildpack-python/pull/2015))
67

78
## [v331] - 2026-01-11

requirements/poetry.txt

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

spec/hatchet/poetry_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
end
132132
end
133133

134-
# TODO: Rename this test description back this when the Poetry version next changes.
135-
context 'when the Python version has changed since the last build' do
134+
context 'when the Poetry and Python versions have changed since the last build' do
136135
let(:buildpacks) { ['https://github.com/heroku/heroku-buildpack-python#v313'] }
137136
let(:app) { Hatchet::Runner.new('spec/fixtures/poetry_basic', buildpacks:) }
138137

@@ -147,6 +146,7 @@
147146
remote: -----> Using Python 3.14 specified in .python-version
148147
remote: -----> Discarding cache since:
149148
remote: - The Python version has changed from 3.14.0 to #{LATEST_PYTHON_3_14}
149+
remote: - The Poetry version has changed from 2.2.1 to #{POETRY_VERSION}
150150
remote: -----> Installing Python #{LATEST_PYTHON_3_14}
151151
remote: -----> Installing Poetry #{POETRY_VERSION}
152152
remote: -----> Installing dependencies using 'poetry sync --only main'

0 commit comments

Comments
 (0)