From 208a9b6c259242a3160983f936f0e042ff53a8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:46:06 +0000 Subject: [PATCH] Bump asyncpg from 0.18.3 to 0.21.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.18.3 to 0.21.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.18.3...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 87fe6e5..02d3f46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ aiofiles==0.4.0 aiohttp==3.5.4 aiohttp-session==2.7.0 aioredis==1.2.0 -asyncpg==0.18.3 +asyncpg==0.21.0 random-username==1.0.2