From 7579152f3930548a5d08ca9bda447821148a4b1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 05:41:13 +0000 Subject: [PATCH] Bump asyncpg from 0.19.0 to 0.22.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.19.0 to 0.22.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.19.0...v0.22.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..3cb755f 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.22.0 aio_pika==6.3.0 python_dateutil==2.8.0 typing==3.7.4.1