mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Merge pull request #4399 from andrewshadura/update-python-deps
Update Dependencies
This commit is contained in:
commit
7f1a6a4ea5
1
changelog.d/4399.misc
Normal file
1
changelog.d/4399.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update dependencies on msgpack and pymacaroons to use the up-to-date packages.
|
@ -52,8 +52,8 @@ REQUIREMENTS = [
|
|||||||
"pillow>=3.1.2",
|
"pillow>=3.1.2",
|
||||||
"sortedcontainers>=1.4.4",
|
"sortedcontainers>=1.4.4",
|
||||||
"psutil>=2.0.0",
|
"psutil>=2.0.0",
|
||||||
"pymacaroons-pynacl>=0.9.3",
|
"pymacaroons>=0.13.0",
|
||||||
"msgpack-python>=0.4.2",
|
"msgpack>=0.5.0",
|
||||||
"phonenumbers>=8.2.0",
|
"phonenumbers>=8.2.0",
|
||||||
"six>=1.10",
|
"six>=1.10",
|
||||||
# prometheus_client 0.4.0 changed the format of counter metrics
|
# prometheus_client 0.4.0 changed the format of counter metrics
|
||||||
|
Loading…
Reference in New Issue
Block a user