From 7a6a53b11665e0f212b78dfb65492898220665d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 21 Nov 2021 12:12:42 +0100 Subject: [PATCH] Bump the required nio version --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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