From 7e03d29980ed9c0e4ba3caf3f346c6e245cf92a3 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 17 Apr 2023 13:03:48 +0530 Subject: [PATCH] fix markup safe version fix markup safe version --- requirements/runtime.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 83434691af..c38d2fb378 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -34,7 +34,8 @@ keras==2.2.5 line-profiler==3.5.1 lockfile==0.12.2 mako==1.2.2 -MarkupSafe<2.1.0 +itsdangerous>=0.24,<2.0 +markupsafe<2.0.0 # marshmallow==2.21.0 # marshmallow-sqlalchemy==0.12.1 matplotlib==3.5.3