From 30efa58f4f494ba19ef412706072758d729d7150 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 06:57:16 +0000 Subject: [PATCH] Bump asyncpg from 0.19.0 to 0.20.1 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.19.0 to 0.20.1. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.19.0...v0.20.1) 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..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