From ab3b0f3c3c520399d16b072c98ef9ca78b78c91c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 21 Nov 2019 23:40:49 +0200 Subject: [PATCH] Update minimum mautrix-python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fae715fa..058d0bf3 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setuptools.setup( install_requires=[ "aiohttp>=3.0.1,<4", - "mautrix>=0.4.0.dev76,<0.5", + "mautrix>=0.4.0.dev79,<0.5", "SQLAlchemy>=1.2.3,<2", "alembic>=1.0.0,<2", "commonmark>=0.8.1,<0.10",