Skip to content

Commit

Permalink
Bumped Poetry to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
onecrayon committed Nov 6, 2020
1 parent 8fc1257 commit 46cc118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV ENV=${ENV} \
# tini:
TINI_VERSION=v0.19.0 \
# poetry:
POETRY_VERSION=1.1.3 \
POETRY_VERSION=1.1.4 \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_CACHE_DIR='/var/cache/pypoetry'

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry==1.1.3"]
requires = ["poetry==1.1.4"]
build-backend = "poetry.masonry.api"

[tool.poetry]
Expand Down

0 comments on commit 46cc118

Please sign in to comment.