From 7e371a96f164aaa752e6cdd81148a2eb889f3304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 04:58:42 +0000 Subject: [PATCH] Chore(deps): Bump aio-pika from 9.5.5 to 9.5.7 Bumps [aio-pika](https://github.com/mosquito/aio-pika) from 9.5.5 to 9.5.7. - [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/commits) --- updated-dependencies: - dependency-name: aio-pika dependency-version: 9.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5714a85e9..dc43d386c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "aio-pika==9.5.5", + "aio-pika==9.5.7", "aiocache==0.12.3", "aiofiles==24.1.0", "aiohttp==3.12.15",