Skip to content

Commit fae354f

Browse files
authored
Update Poetry to 2.1.4 (#7509)
* Relocate [tool.poetry] to [project] section * Add dependencies section to [project] * Format authors and maintainers as objects
1 parent 4ae372f commit fae354f

File tree

3 files changed

+296
-57
lines changed

3 files changed

+296
-57
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ EOF
9595

9696
WORKDIR /app
9797

98-
ENV POETRY_VERSION=1.8.3
98+
ENV POETRY_VERSION=2.1.4
9999
ENV POETRY_HOME=/etc/poetry
100100
ENV POETRY_VIRTUALENVS_CREATE=false
101101
RUN curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)