From 033c7ab94eadeeb87018d2fa75eaeff91911c810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 06:53:37 +0000 Subject: [PATCH] Bump asyncpg from 0.24.0 to 0.25.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.24.0...v0.25.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 6e791585..a67d62e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.7.4.post0 aiohttp-cors==0.7.0 -asyncpg==0.24.0 +asyncpg==0.25.0 jsonschema==3.2.0; python_version < '3.7' jsonschema==4.2.1; python_version >= '3.7' Cython==0.29.24 diff --git a/setup.py b/setup.py index bd1e035e..89262e2a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "Programming Language :: Python :: 3.7", ], install_requires=[ - "asyncpg==0.24.0", + "asyncpg==0.25.0", "aiohttp==3.7.4.post0", "Authlib==0.15.5", "aiohttp-cors==0.7.0",