From 54ff069da887494d1c5164b0e73c82b07a9bd4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 03:05:08 +0000 Subject: [PATCH] Bump asyncpg from 0.17.0 to 0.21.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.17.0 to 0.21.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.17.0...v0.21.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d03c1b..d4a2a0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.3.2 async-timeout==3.0.0 -asyncpg==0.17.0 +asyncpg==0.21.0 attrs==18.2.0 cffi==1.11.5 chardet==3.0.4