Skip to content

Commit

Permalink
Update Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Nov 17, 2023
1 parent aada21b commit 8ca053f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '[0-9]+\.[0-9]+\.[0-9]+'
env:
CHANGELOG_PATH: "${{ github.workspace }}-CHANGELOG.txt"
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
# If it's good enough for nox, it's good enough for us
FORCE_COLOR: "1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
NOX_VERSION: "2023.04.22"
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
# If it's good enough for nox, it's good enough for us
FORCE_COLOR: "1"
PRE_COMMIT_COLOR: "always"
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV PATH="/opt/kustosz/.local/bin:$PATH"
WORKDIR $BUILDDIR

RUN pip install --no-cache --upgrade pip
RUN pip install --no-cache poetry==1.7.0
RUN pip install --no-cache poetry==1.7.1

COPY pyproject.toml poetry.lock $BUILDDIR
RUN poetry config virtualenvs.in-project true && \
Expand Down

0 comments on commit 8ca053f

Please sign in to comment.