Browse Source

Merge pull request #4399 from andrewshadura/update-python-deps

Update Dependencies
Erik Johnston 5 years ago
parent
commit
7f1a6a4ea5
2 changed files with 3 additions and 2 deletions
  1. 1 0
      changelog.d/4399.misc
  2. 2 2
      synapse/python_dependencies.py

+ 1 - 0
changelog.d/4399.misc

@@ -0,0 +1 @@
+Update dependencies on msgpack and pymacaroons to use the up-to-date packages.

+ 2 - 2
synapse/python_dependencies.py

@@ -52,8 +52,8 @@ REQUIREMENTS = [
     "pillow>=3.1.2",
     "sortedcontainers>=1.4.4",
     "psutil>=2.0.0",
-    "pymacaroons-pynacl>=0.9.3",
-    "msgpack-python>=0.4.2",
+    "pymacaroons>=0.13.0",
+    "msgpack>=0.5.0",
     "phonenumbers>=8.2.0",
     "six>=1.10",
     # prometheus_client 0.4.0 changed the format of counter metrics