From ecd6793b70e02d803759b77e49d0174f1bad91c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:46:46 +0000 Subject: [PATCH] Bump asyncpg from 0.18.3 to 0.21.0 in /services/tracker 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] --- services/tracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tracker/requirements.txt b/services/tracker/requirements.txt index 9adbbf28..8423d4d0 100644 --- a/services/tracker/requirements.txt +++ b/services/tracker/requirements.txt @@ -1,4 +1,4 @@ -asyncpg==0.18.3 +asyncpg==0.21.0 atomicwrites==1.3.0 attrs==19.1.0 importlib-metadata==0.23