Skip to content

Commit

Permalink
Upgrade poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 3, 2023
1 parent ed379ee commit 0f7b1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/nautilus_trader.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_VERSION=1.6.1 \
POETRY_VERSION=1.7.0 \
POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_NO_INTERACTION=1 \
Expand Down
2 changes: 1 addition & 1 deletion poetry-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.7.0

0 comments on commit 0f7b1b0

Please sign in to comment.