diff options
| author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-24 18:59:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 18:59:31 +0000 |
| commit | 84eb14c4d21315798048aed123c8222cfa96c566 (patch) | |
| tree | b52da80c7367138c8b7d9c0626793c51d5f3ca29 | |
| parent | Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark... (diff) | |
| download | synapse-84eb14c4d21315798048aed123c8222cfa96c566.tar.xz | |
Pin Jinja to <3.1.0 (#12297)
as 3.1.0 removed the deprecated jinja2.Markup class which we still rely on.
Diffstat (limited to '')
| -rw-r--r-- | changelog.d/12297.misc | 1 | ||||
| -rw-r--r-- | synapse/python_dependencies.py | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog.d/12297.misc b/changelog.d/12297.misc new file mode 100644 |
