From a15aeb3d0fe5c8073ab7068f49c0502fe6a79f26 Mon Sep 17 00:00:00 2001 From: gdixon Date: Tue, 24 May 2022 23:32:19 +0100 Subject: [PATCH] fix: pinning to last known good vers of jinja2 and markupsafe --- requirements/base.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/base.txt b/requirements/base.txt index 996f92a7236..a07aad19f23 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -44,6 +44,8 @@ google-api-python-client==1.7.3 django-environ==0.4.5 eth-utils==1.4.1 jsondiff==1.1.1 +Jinja2==3.0.3 +markupsafe==2.1.1 social-auth-app-django==5.0.0 django-ipware==2.0.2 geoip2==2.8.0