From b09b67a277053a213beae40b41d8d2049e82e6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:49:23 +0000 Subject: [PATCH] Bump asyncpg from 0.17.0 to 0.21.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.17.0 to 0.21.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.17.0...v0.21.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9132932..f9cd772 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-dotenv==0.9.1 tornado==5.1 -asyncpg==0.17.0 +asyncpg==0.21.0 aiohttp python-dateutil==2.7.3 \ No newline at end of file