From 4fc9633b83cd4ecd9bf93bc8e10c7d1a99988442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:45:58 +0000 Subject: [PATCH] Bump asyncpg from 0.20.1 to 0.21.0 in /cast-service 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] --- cast-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cast-service/requirements.txt b/cast-service/requirements.txt index 9b57465..bbf5cfe 100644 --- a/cast-service/requirements.txt +++ b/cast-service/requirements.txt @@ -1,4 +1,4 @@ -asyncpg==0.20.1 +asyncpg==0.21.0 databases[postgresql]==0.2.6 fastapi==0.48.0 SQLAlchemy==1.3.13