From dc0ba73c6cc1fa407467a4f4827e9901d37e5a5d Mon Sep 17 00:00:00 2001 From: Javed Habib Date: Thu, 5 Sep 2024 15:42:07 +0530 Subject: [PATCH] werkzeug updates breaks the server --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a108ff2..ae2a83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ boto3 = "1.34.104" foca = "^0.13.0" kubernetes = "^29.0.0" python = "^3.11" -werkzeug = "==2.2.3" +werkzeug = "==2.2.3" # Remove when FOCA updates this dependency. urllib3 = "^2.2.2" [tool.poetry.group.docs.dependencies]