From 043e5dc660744ef817a0ce9fed77c4d8c890e85d Mon Sep 17 00:00:00 2001 From: Kevin Conway Date: Thu, 23 Feb 2023 08:32:54 -0600 Subject: [PATCH] Pin markupsafe This dependency updated in 2022 to no longer have the method "soft_unicode". Because we are pinned to a jinja2 version we must also pin to the last compatible markupsafe version for now. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24151ef..580f2cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ jinja2==2.11.3 +markupsafe==2.0.1 venvctrl>=0.5.0,<2.0.0 confpy>=0.11.0,<2.0.0 -semver>=2.9.1,<3.0.0 \ No newline at end of file +semver>=2.9.1,<3.0.0