From 3a56c47015ac5a51ef10e7dd29886aeb276e5d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:28:44 +0000 Subject: [PATCH] Update dependency poetry to v1.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d90989..e683194 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app ENV POETRY_VIRTUALENVS_CREATE=false RUN pip install pipx==1.3.3 --user --no-cache -RUN pipx install poetry==1.7.1 +RUN pipx install poetry==1.8.2 COPY [ "poetry.toml", "poetry.lock", "pyproject.toml", "./" ]