From e718c6206e1d1a08c34e3703587c14522e86b391 Mon Sep 17 00:00:00 2001 From: Agus Sentosa Hermawan Date: Sat, 5 Mar 2022 22:19:03 +0700 Subject: [PATCH] fix: pin MarkupSafe to 2.0.1 (#33) --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9bfcd22fe9..1c54fa38ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,10 @@ babel>=2.6,<2.7 # http://babel.pocoo.org/en/latest/changelog.html pyxdg>=0.26,<0.27 # https://freedesktop.org/wiki/Software/pyxdg/ Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/ +# See https://github.com/pallets/markupsafe/issues/286 but breaking change in +# MarkupSafe causes jinja to break +MarkupSafe==2.0.1 + # Only for some importers: pyyaml>=5.3,<5.4 # http://pyyaml.org/wiki/PyYAML