From 25200a22b456c1d670214df2cee4f03539324c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:48:09 +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] --- yt_shared/requirements_shared.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_shared/requirements_shared.txt b/yt_shared/requirements_shared.txt index 3176097..958ff7a 100644 --- a/yt_shared/requirements_shared.txt +++ b/yt_shared/requirements_shared.txt @@ -2,5 +2,5 @@ SQLAlchemy-Utils==0.38.3 SQLAlchemy[asyncio]==1.4.42 aio-pika==8.2.4 aiohttp==3.8.3 -asyncpg==0.26.0 +asyncpg==0.27.0 pydantic==1.10.2