Skip to content

Commit

Permalink
chore(deps): update dependency poetry to v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 8659cdf commit 5f33b30
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 @@ -15,7 +15,7 @@ WORKDIR /app
FROM base AS py-builder

# renovate: datasource=pypi dep_name=poetry
ENV POETRY_VERSION="1.8.4"
ENV POETRY_VERSION="1.8.5"
ENV POETRY_VIRTUALENVS_IN_PROJECT=1 \
# Disable the dynamic versioning.
POETRY_DYNAMIC_VERSIONING_COMMANDS="" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pypy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /app
FROM base AS py-builder

# renovate: datasource=pypi dep_name=poetry
ENV POETRY_VERSION="1.8.4"
ENV POETRY_VERSION="1.8.5"
ENV POETRY_VIRTUALENVS_IN_PROJECT=1 \
# Disable the dynamic versioning.
POETRY_DYNAMIC_VERSIONING_COMMANDS="" \
Expand Down

0 comments on commit 5f33b30

Please sign in to comment.