From cdb91e3d1d4ef4ee88145c2d12fe4a2e53cf3c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:15:50 +0000 Subject: [PATCH] Bump asyncpg from 0.22.0 to 0.27.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.22.0 to 0.27.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.22.0...v0.27.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b740e8..a440663 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==57.5.0 aiofiles==0.6.0; python_full_version >= "3.7.0" and python_version >= "3.7" aiosqlite==0.16.1; python_version >= "3.7" and python_version < "4.0" -asyncpg==0.22.0; python_full_version >= "3.5.0" +asyncpg==0.27.0; python_full_version >= "3.5.0" beautifulsoup4==4.9.3 blinker==1.4; python_full_version >= "3.7.0" and python_version >= "3.7" brotli==1.0.9