From aa7cbd13e24c0b027734e206a5a51794416c2258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:45:51 +0000 Subject: [PATCH] Bump asyncpg from 0.20.1 to 0.21.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d973b95..687ef92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ syncer httpx # Data -asyncpg==0.20.1 +asyncpg==0.21.0 pydantic==1.5.1 tortoise-orm