diff options
author | Erik Johnston <erikj@jki.re> | 2019-01-16 13:37:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 13:37:47 +0000 |
commit | 7f1a6a4ea5f3872d633febeace812df131d26a20 (patch) | |
tree | 32854537a98796f88f2105404fb35afae47b42f4 /synapse | |
parent | Merge pull request #4392 from matrix-org/neilj/fix_user_type_typo (diff) | |
parent | Add a changelog entry (diff) | |
download | synapse-7f1a6a4ea5f3872d633febeace812df131d26a20.tar.xz |
Merge pull request #4399 from andrewshadura/update-python-deps
Update Dependencies
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/python_dependencies.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 69c5f9fe2e..2fe790f95d 100644 --- a/synapse/python_dependencies.py +++ b/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 |