From d194d94518b77b0e2598eabce6115660ff32d9e8 Mon Sep 17 00:00:00 2001 From: ranjith-ki021994 <111950208+ranjith-ki021994@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:23:05 +0530 Subject: [PATCH] Update Pipfile --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 391b37f2d..addc8eecd 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] certifi = "==2018.4.16" chardet = "==3.0.4" -docker = "==5.6.0" +docker = "==3.4.1" docker-pycreds = "==0.3.0" "gitdb2" = "==2.0.4" idna = "==2.7" @@ -14,7 +14,7 @@ requests = ">=2.20.0" six = "==1.11.0" "smmap2" = "==2.0.4" "urllib3" = "==1.26.5" -websocket-client = "==1.6.0" +websocket-client = "==0.48.0" GitPython = "==2.1.11" "Jinja2" = "==2.11.3" MarkupSafe = "==1.1.1"