From 361ea15c256f0046426c893027e6bac8d6fd2d66 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Sep 2023 18:02:39 +0300
Subject: [PATCH] Workbench: remove pdm-version.

Just let it end.
---
 workbench/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workbench/Dockerfile b/workbench/Dockerfile
index cbe98ac..2cf856e 100644
--- a/workbench/Dockerfile
+++ b/workbench/Dockerfile
@@ -232,8 +232,8 @@ RUN apt-get update && \
     && \
     pipx install chalice && \
     pipx install curator-opensearch && \
-    pipx install pdm && \
-    pipx inject pdm pdm-packer pdm-version && \
+    pipx install 'pdm>=2' && \
+    pipx inject pdm pdm-packer && \
     npm install --global \
         corepack \
         @playwright/test \
-- 
GitLab