From 0698908d4febd310420f514bdfb10c1216414b30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 06:49:19 +0000 Subject: [PATCH] Bump asyncpg from 0.19.0 to 0.20.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.19.0...v0.20.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35c887d..301205a 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.0 aio_pika==6.3.0 python_dateutil==2.8.0 typing==3.7.4.1