From 790488823359ccd3b031e8994a22c88a4c124e7b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 10 Oct 2022 19:01:56 +0300 Subject: [PATCH] Update mautrix-python and asyncpg --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c45018..8cce673 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -mautrix>=0.15.5,<0.18 +mautrix>=0.15.5,<0.19 aiohttp>=3,<4 yarl>=1,<2 SQLAlchemy>=1,<1.4 -asyncpg>=0.20,<0.26 +asyncpg>=0.20,<0.27 aiosqlite>=0.16,<0.18 commonmark>=0.9,<1 ruamel.yaml>=0.15.35,<0.18