From c8a454af2abd7014380474a9d6bc6875847c2b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:48:24 +0000 Subject: [PATCH] Bump asyncpg from 0.20.1 to 0.21.0 in /backend Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.20.1...v0.21.0) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b3b5bfd..4633b2c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ remote_pdb==2.0.0 sanic==20.3.0 databases==0.3.2 alembic==1.4.2 -asyncpg==0.20.1 +asyncpg==0.21.0 psycopg2==2.8.5 sanic-session==0.7.3 aiohttp==3.6.2