From d41028e34715a4975dae1f8dbc181ca333308e87 Mon Sep 17 00:00:00 2001
From: David Lougheed <david.lougheed@gmail.com>
Date: Fri, 20 Oct 2023 11:15:46 -0400
Subject: [PATCH] chore(python): update poetry to 1.6.1

---
 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 c7634fa..8e73dbf 100644
--- a/spec/python/debian.Dockerfile
+++ b/spec/python/debian.Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update -y; \
             procps; \
     rm -rf /var/lib/apt/lists/*; \
     pip install --no-cache-dir -U pip; \
-    pip install --no-cache-dir poetry==1.5.1
+    pip install --no-cache-dir poetry==1.6.1
 
 WORKDIR /
 COPY ./resources/set_gitconfig.bash .