use poetry 1.3.2

This commit is contained in:
jasquat 2023-03-06 14:41:03 -05:00
parent af7f58dd1e
commit 9705244f6c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pip==22.2.2
nox==2022.11.21
nox-poetry==1.0.2
poetry==1.2.2
poetry==1.3.2
virtualenv==20.16.5

View File

@ -19,7 +19,7 @@ RUN apt-get update \
# Setup image for installing Python dependencies.
FROM base AS setup
RUN pip install poetry==1.2.2
RUN pip install poetry==1.3.2
RUN useradd _gunicorn --no-create-home --user-group
RUN apt-get update \