From edbffcce8f5c0239d600f2c838b8e3e718715aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:45:14 +0000 Subject: [PATCH] Bump asyncpg from 0.20.1 to 0.21.0 in /app 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b57c790..4c27198 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.6.2 -asyncpg==0.20.1 +asyncpg==0.21.0 elasticsearch-async==6.2.0 fastapi==0.48.0 uvicorn==0.11.1 \ No newline at end of file