mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 11:54:52 -04:00
Replace instances of deprecated Jinja2.Markup
with markupsafe.Markup
(#12289)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
parent
6b26536a52
commit
8810c93e82
3 changed files with 7 additions and 4 deletions
|
@ -75,6 +75,7 @@ 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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue