diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-04-12 17:28:24 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-04-12 17:31:44 +0100 |
commit | 119596ab8fc42d76950ca1e6db632d4e557d29af (patch) | |
tree | a25c82d5c6a09b5bb365beb1b59dfa1e9f377777 /synapse | |
parent | bump version/changelog (diff) | |
download | synapse-119596ab8fc42d76950ca1e6db632d4e557d29af.tar.xz |
Update canonicaljson dependency
1.1.0 and 1.1.1 were broken, so we're updating this to help people make sure they don't end up on a broken version. Also, 1.1.0 is speedier...
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 40eedb63cb..ab2545db91 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -22,7 +22,7 @@ REQUIREMENTS = { "jsonschema>=2.5.1": ["jsonschema>=2.5.1"], "frozendict>=0.4": ["frozendict"], "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"], - "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"], + "canonicaljson>=1.1.2": ["canonicaljson>=1.1.2"], "signedjson>=1.0.0": ["signedjson>=1.0.0"], "pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], |