Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)

This commit is contained in:
David Robertson
2022-07-15 16:18:47 +01:00
committed by GitHub
parent 0731e0829c
commit e9ce4d089b
5 changed files with 30 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ RUN \
# We install poetry in its own build stage to avoid its dependencies conflicting with
# synapse's dependencies.
# We use a specific commit from poetry's master branch instead of our usual 1.1.12,
# We use a specific commit from poetry's master branch instead of our usual 1.1.14,
# to incorporate fixes to some bugs in `poetry export`. This commit corresponds to
# https://github.com/python-poetry/poetry/pull/5156 and
# https://github.com/python-poetry/poetry/issues/5141 ;