summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-11 13:29:42 +0100
committerGitHub <noreply@github.com>2019-06-11 13:29:42 +0100
commit9532eb55ecbd4e3a9b0e547257ab9456e7d59c96 (patch)
tree6bff38796aaad0920db0dcc38a0e8ab497665707 /synapse/python_dependencies.py
parentNeilj/improve federation docs (#5419) (diff)
parentBump bleach version so that tests can run on old deps. (diff)
downloadsynapse-9532eb55ecbd4e3a9b0e547257ab9456e7d59c96.tar.xz
Merge pull request #5424 from matrix-org/erikj/change_password_reset_links
Change password reset links to /_matrix.
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 6efd81f204..7dfa78dadb 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -80,7 +80,7 @@ REQUIREMENTS = [
 ]
 
 CONDITIONAL_REQUIREMENTS = {
-    "email": ["Jinja2>=2.9", "bleach>=1.4.2"],
+    "email": ["Jinja2>=2.9", "bleach>=1.4.3"],
     "matrix-synapse-ldap3": ["matrix-synapse-ldap3>=0.1"],
 
     # we use execute_batch, which arrived in psycopg 2.7.