Skip to content

Commit 1d609a1

Browse files
committed
Upgrade to poetry 1.0.0b7
1 parent 2614fab commit 1d609a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/poetry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ ! -f requirements.txt ] && [ -f pyproject.toml ] && [ -f poetry.lock ]; the
4848
# Since we only use Poetry to export a requirements.txt file, ignore the
4949
# Poetry version specified in pyproject.toml. Install a pre-release of
5050
# 1.0.0 because the export command is not available before 1.0.0a0.
51-
export POETRY_VERSION="1.0.0b1"
51+
export POETRY_VERSION="1.0.0b7"
5252
puts-step "Exporting requirements with Poetry $POETRY_VERSION"
5353
/app/.heroku/python/bin/pip install "poetry==$POETRY_VERSION" \
5454
--disable-pip-version-check &> /dev/null

0 commit comments

Comments
 (0)