Skip to content

Commit

Permalink
chore(deps): bumps poetry version to 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 3, 2024
1 parent 1566b6e commit a1de981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/fedora/fedora:37

ARG POETRY_VERSION=1.5.1
ARG POETRY_VERSION=1.7.1

RUN dnf -y update && \
yum -y reinstall shadow-utils && \
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
poetry-version:
required: false
description: "The poetry version to use"
default: "1.5.1"
default: "1.7.1"
python-version:
required: false
description: "The python version to use"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN microdnf update -y \

FROM python-base AS dependencies

ARG POETRY_VERSION=1.5.1
ARG POETRY_VERSION=1.7.1

# https://python-poetry.org/docs/configuration/#using-environment-variables
ENV POETRY_HOME="/opt/poetry" \
Expand Down

0 comments on commit a1de981

Please sign in to comment.