summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-04-13 10:21:38 +0100
committerRichard van der Hoff <richard@matrix.org>2018-04-13 10:21:38 +0100
commitfac3f9e678452020e0e6b2c182913d4be965ab9b (patch)
treedd910549d333069c2c3925a46b21ce523cf4f712
parentUpdate canonicaljson dependency (diff)
downloadsynapse-fac3f9e678452020e0e6b2c182913d4be965ab9b.tar.xz
Bump canonicaljson to 1.1.3
1.1.2 was a bit broken too :/
-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 ab2545db91..5cabf7dabe 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.1.2": ["canonicaljson>=1.1.2"],
+    "canonicaljson>=1.1.3": ["canonicaljson>=1.1.3"],
     "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"],