Skip to content

Commit

Permalink
poetry: update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jan 21, 2025
1 parent 9d43dfa commit ca7c196
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100

RUN pip install poetry==1.7.1
RUN pip install poetry==2.0.1

WORKDIR /code
COPY poetry.lock pyproject.toml /code/
Expand Down
Loading

0 comments on commit ca7c196

Please sign in to comment.