summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-09-15 13:57:16 +0100
committerGitHub <noreply@github.com>2022-09-15 12:57:16 +0000
commit918c74bfb57e3ca4d300ed9a3bfb99b99126f821 (patch)
treea5b7f41f507324e508cb29ad651f07ce945cf86d /pyproject.toml
parentKeep track when we try and fail to process a pulled event (#13589) (diff)
downloadsynapse-918c74bfb57e3ca4d300ed9a3bfb99b99126f821.tar.xz
Add a `MXCUri` class to make working with mxc uri's easier. (#13162)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 157385ad8a..8e50dd2852 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -164,7 +164,7 @@ typing-extensions = ">=3.10.0.1"
 cryptography = ">=3.4.7"
 # ijson 3.1.4 fixes a bug with "." in property names
 ijson = ">=3.1.4"
-matrix-common = "^1.2.1"
+matrix-common = "^1.3.0"
 # We need packaging.requirements.Requirement, added in 16.1.
 packaging = ">=16.1"
 # At the time of writing, we only use functions from the version `importlib.metadata`