From c93cfd9814599bde449f511fe5839bf54e4ec9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:46:08 +0000 Subject: [PATCH] Bump asyncpg from 0.20.1 to 0.21.0 in /project 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] --- project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/requirements.txt b/project/requirements.txt index 45d1400..de867c2 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.61.0 uvicorn==0.11.5 -asyncpg==0.20.1 +asyncpg==0.21.0 tortoise-orm==0.16.14 pytest==5.4.2 requests==2.23.0