0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 08:28:19 +02:00

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

Update Dependencies
This commit is contained in:
Erik Johnston 2019-01-16 13:37:47 +00:00 committed by GitHub
commit 7f1a6a4ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
changelog.d/4399.misc Normal file
View file

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

View file

@ -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