From 6c0e65369a1775282f763880567a1a9a9c8d0393 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 13:28:53 +0000 Subject: [PATCH] Bump aioamqp from 0.10.0 to 0.14.0 Bumps [aioamqp](https://github.com/polyconseil/aioamqp) from 0.10.0 to 0.14.0. - [Release notes](https://github.com/polyconseil/aioamqp/releases) - [Changelog](https://github.com/Polyconseil/aioamqp/blob/master/docs/changelog.rst) - [Commits](https://github.com/polyconseil/aioamqp/compare/aioamqp-0.10.0...aioamqp-0.14.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8af75c6..60ec9e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ apscheduler -aioamqp==0.10.0 +aioamqp==0.14.0 requests aiohttp==2.0.7 - async-timeout [required: >=1.2.0, installed: 1.2.1]