Skip to content

Commit 636cea3

Browse files
committed
Upgrade Poetry to v2.1.3
1 parent 5ee9169 commit 636cea3

File tree

5 files changed

+562
-153
lines changed

5 files changed

+562
-153
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Unreleased
55
----------
66

7+
### Changed
8+
9+
- Upgraded Poetry to v2.1.3
10+
711
[1.8.2] (2025-02-18)
812
--------------------
913

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV POETRY_VENV=/app/.venv
88

99
RUN python3 -m venv $POETRY_VENV \
1010
&& $POETRY_VENV/bin/pip install -U pip setuptools \
11-
&& $POETRY_VENV/bin/pip install poetry==2.1.1
11+
&& $POETRY_VENV/bin/pip install poetry==2.1.3
1212

1313
ENV PATH="${PATH}:${POETRY_VENV}/bin"
1414

Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN ln -s -f /usr/bin/python${PYTHON_VERSION} /usr/bin/python3 && \
2424

2525
RUN python3 -m venv $POETRY_VENV \
2626
&& $POETRY_VENV/bin/pip install -U pip setuptools \
27-
&& $POETRY_VENV/bin/pip install poetry==2.1.1
27+
&& $POETRY_VENV/bin/pip install poetry==2.1.3
2828

2929
ENV PATH="${PATH}:${POETRY_VENV}/bin"
3030

0 commit comments

Comments
 (0)