From c9e2331f47a58330b61a3980878af4dd3df01abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:10:06 +0000 Subject: [PATCH] Bump asyncpg from 0.26.0 to 0.27.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.26.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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b79238d..c0ca8687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.8.3 aiohttp-cors==0.7.0 -asyncpg==0.26.0 +asyncpg==0.27.0 jsonschema==4.16.0 Cython==0.29.32 cyvcf2==0.30.18 diff --git a/setup.py b/setup.py index 1d5fbe1c..53d990db 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "Programming Language :: Python :: 3.8", ], install_requires=[ - "asyncpg==0.26.0", + "asyncpg==0.27.0", "aiohttp==3.8.3", "Authlib==1.1.0", "aiohttp-cors==0.7.0",