From 85a626bed4a0d927c4de4f6351bf2bf470ecc3da Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 5 Aug 2024 15:00:23 -0400 Subject: [PATCH] chore(python): update poetry to 1.8.3 --- spec/python/debian.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/python/debian.Dockerfile b/spec/python/debian.Dockerfile index 4bf5445..d5e4abb 100644 --- a/spec/python/debian.Dockerfile +++ b/spec/python/debian.Dockerfile @@ -34,7 +34,7 @@ RUN apt-get update -y; \ vim; \ rm -rf /var/lib/apt/lists/*; \ pip install --no-cache-dir -U pip; \ - pip install --no-cache-dir poetry==1.8.2 + pip install --no-cache-dir poetry==1.8.3 WORKDIR / COPY ./resources/set_gitconfig.bash .