From c14f89ad93f7fb223dd5679e2e31f9d297bfb371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:06:20 +0000 Subject: [PATCH] Update aioamqp requirement from >=0.13.0 to >=0.15.0 Updates the requirements on [aioamqp](https://github.com/polyconseil/aioamqp) to permit the latest version. - [Changelog](https://github.com/Polyconseil/aioamqp/blob/master/docs/changelog.rst) - [Commits](https://github.com/polyconseil/aioamqp/compare/aioamqp-0.13.0...aioamqp-0.15.0) --- updated-dependencies: - dependency-name: aioamqp dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5fb0c0..4d070ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aioamqp>=0.13.0 +aioamqp>=0.15.0 aiohttp libmozdata pytoml