From fd889ee6ec1bc25a93760b9ed4b5aff91c8682f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:46:47 +0000 Subject: [PATCH] Bump asyncpg from 0.18.3 to 0.21.0 in /py/code 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] --- py/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/code/requirements.txt b/py/code/requirements.txt index 9d72a3b..08e5ed4 100644 --- a/py/code/requirements.txt +++ b/py/code/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.5.4 async-timeout==3.0.1 -asyncpg==0.18.3 +asyncpg==0.21.0 attrs==19.1.0 beautifulsoup4==4.7.1 certifi==2019.3.9