summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-08-18 18:20:01 +0100
committerRichard van der Hoff <richard@matrix.org>2020-08-18 18:20:01 +0100
commitb4c1cfacc2c13b29b5b490389d09680de6954e94 (patch)
treec060434aa4f48bf7a90481c97399f42da1565c09 /synapse/python_dependencies.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentAdd a link to the matrix-synapse-rest-password-provider. (#8111) (diff)
downloadsynapse-b4c1cfacc2c13b29b5b490389d09680de6954e94.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
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 3250d41dde..dd77a44b8d 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -43,7 +43,7 @@ REQUIREMENTS = [ "jsonschema>=2.5.1", "frozendict>=1", "unpaddedbase64>=1.1.0", - "canonicaljson>=1.2.0", + "canonicaljson>=1.3.0", # we use the type definitions added in signedjson 1.1. "signedjson>=1.1.0", "pynacl>=1.2.1",