diff --git a/pyproject.toml b/pyproject.toml index 7b3dca8..a9aff03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ future = "^0.18.2" attrs = "^19.3.0" logbook = "^1.5.3" pygments = "^2.6.1" -matrix-nio = { version = "^0.18.0", extras = [ "e2e" ] } +matrix-nio = { version = "^0.18.7", extras = [ "e2e" ] } python-magic = { version = "^0.4.15", optional = true } aiohttp = { version = "^3.6.2", optional = true } requests = { version = "^2.23.0", optional = true } diff --git a/requirements.txt b/requirements.txt index 7b5fc7e..046ceb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ atomicwrites attrs logbook pygments -matrix-nio[e2e]>=0.6 +matrix-nio[e2e]>=0.18.7 aiohttp ; python_version >= "3.5" python-magic requests