summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-28 10:28:59 -0400
committerGitHub <noreply@github.com>2020-07-28 10:28:59 -0400
commit2c1e1b153d7ca429b84c2cd0a2d657a066de8bc7 (patch)
tree5b4b1973fd5ad164999dd237a4f94f2267da2ae0 /synapse/python_dependencies.py
parentFix exit code for `check_line_terminators.sh` (#7970) (diff)
downloadsynapse-2c1e1b153d7ca429b84c2cd0a2d657a066de8bc7.tar.xz
Use the JSON module from the std library instead of simplejson. (#7936)
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 8cfcdb0573..abea2be4ef 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.1.3",
+    "canonicaljson>=1.2.0",
     # we use the type definitions added in signedjson 1.1.
     "signedjson>=1.1.0",
     "pynacl>=1.2.1",