From 4898805dda67e69f0ae586a9c1df824219ca33d0 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Mon, 2 Sep 2024 12:11:14 +1200 Subject: [PATCH] fix: update build tools to latest Poetry to v1.8.3 and Poetry-Plugin-Bundle to v1.4.1 --- images/python-arcgis/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/python-arcgis/Dockerfile b/images/python-arcgis/Dockerfile index 08d589e..9d48616 100644 --- a/images/python-arcgis/Dockerfile +++ b/images/python-arcgis/Dockerfile @@ -17,8 +17,8 @@ ENV POETRY_REQUESTS_TIMEOUT=30 # Install Poetry via pipx. RUN pip install pipx -RUN pipx install poetry==1.7.1 -RUN pipx inject poetry poetry-plugin-bundle==1.3.0 +RUN pipx install poetry==1.8.3 +RUN pipx inject poetry poetry-plugin-bundle==1.4.1 # Install arcgis with Poetry. COPY pyproject.toml .