From 2fd8603ea47e360a7e884b309f0a46bbe5197d91 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Jan 2020 08:57:26 +0200 Subject: [PATCH] Update asyncpg from 0.19.0 to 0.20.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35c887d..cc53513 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiogram==2.3 loguru==0.3.2 aiohttp==3.6.2 -asyncpg==0.19.0 +asyncpg==0.20.1 aio_pika==6.3.0 python_dateutil==2.8.0 typing==3.7.4.1