From bff636642df4042a9d63e075fd0adc06b62719d0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 9 Oct 2020 18:56:53 +0300 Subject: [PATCH] Update mautrix-python --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c7decc6..f88d3d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ commonmark>=0.8,<0.10 aiohttp>=3,<4 yarl>=1,<2 attrs>=19.1 -mautrix==0.7.0rc4 -asyncpg>=0.20,<0.21 +mautrix>=0.7.13,<0.8 +asyncpg>=0.20,<0.22 pillow>=4,<8 qrcode>=6,<7