Revert "Replace instances of deprecated Jinja2.Markup with markupsafe.Markup" (#12296)

This reverts commit 8810c93e82.
This commit is contained in:
Andrew Morgan 2022-03-24 18:42:04 +00:00 committed by GitHub
parent e689cae47d
commit 0004260952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -75,7 +75,6 @@ REQUIREMENTS = [
"attrs>=19.2.0,!=21.1.0",
"netaddr>=0.7.18",
"Jinja2>=2.9",
"MarkupSafe>=2.0",
"bleach>=1.4.3",
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.
"typing-extensions>=3.10.0",