From af285c5ffeaef2dfbd1e927a6a396bbb21fe33c7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 30 Mar 2020 01:10:13 +0300 Subject: [PATCH] Allow matrix-nio 0.10 --- optional-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional-requirements.txt b/optional-requirements.txt index 61f51981..c30daef8 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -20,4 +20,4 @@ prometheus_client>=0.6,<0.8 psycopg2-binary>=2,<3 #/e2be -matrix-nio[e2e]>=0.9,<0.10 +matrix-nio[e2e]>=0.9,<0.11