From df2264b7f51c25b323c2bfa05a094e4145927bd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 21:30:40 +0000 Subject: [PATCH] chore(deps): update amqp requirement from ~=2.4 to ~=2.5 Updates the requirements on [amqp](https://github.com/celery/py-amqp) to permit the latest version. - [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/v2.4.0...2.5.0) --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 3a31a7c256..1054d28f5d 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -18,7 +18,7 @@ celery~=4.3 redis~=3.2 apscheduler~=3.6.0 pillow~=6.0.0 -amqp~=2.4 +amqp~=2.5 gunicorn~=19.9 boto>=2.49 geoip2>=2.9