From 3aa35e63ef914a85d15eb0a89a3ca61cb0eba332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:08:02 +0000 Subject: [PATCH] Bump aio-pika from 9.2.0 to 9.2.1 Bumps [aio-pika](https://github.com/mosquito/aio-pika) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/mosquito/aio-pika/releases) - [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md) - [Commits](https://github.com/mosquito/aio-pika/compare/9.2.0...9.2.1) --- updated-dependencies: - dependency-name: aio-pika dependency-type: direct:production update-type: version-update:semver-patch ... 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 9d030a4..f89aaf4 100644 --- a/yt_shared/requirements_shared.txt +++ b/yt_shared/requirements_shared.txt @@ -1,6 +1,6 @@ SQLAlchemy-Utils==0.41.1 SQLAlchemy==2.0.19 -aio-pika==9.2.0 +aio-pika==9.2.1 aiohttp==3.8.5 asyncpg==0.28.0 pydantic==1.10.10