From 283f497c7359b7f1c24cd31dadeb997a9d9806c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 12:18:08 +0000 Subject: [PATCH] Bump amqp from 2.5.1 to 2.5.2 Bumps [amqp](https://github.com/celery/py-amqp) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/celery/py-amqp/releases) - [Changelog](https://github.com/celery/py-amqp/blob/master/Changelog) - [Commits](https://github.com/celery/py-amqp/compare/2.5.1...2.5.2) 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 8561bf1a5de..abc124347bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ psycopg2==2.8.4 Django==1.11.26 # Other -amqp==2.5.1 +amqp==2.5.2 pyyaml>=4.2b1 beautifulsoup4==4.8.1 httplib2<0.14.1