From 8d89cb296e42de3d1036f2fd21a632c5071b121a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 06:48:37 +0000 Subject: [PATCH] Bump asyncpg from 0.19.0 to 0.21.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.19.0 to 0.21.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.19.0...v0.21.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..d811266 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.21.0 aio_pika==6.3.0 python_dateutil==2.8.0 typing==3.7.4.1