From 871db15908ae3873e288aca6e82bbe601c540fc0 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 25 Jan 2019 15:40:47 +0100
Subject: [PATCH] Upgraded kombu to fix an incompatibility with redis>=3

---
 api/requirements/base.txt        | 2 +-
 changes/changelog.d/kombu.bugfix | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changes/changelog.d/kombu.bugfix

diff --git a/api/requirements/base.txt b/api/requirements/base.txt
index e770b388..b05be4bf 100644
--- a/api/requirements/base.txt
+++ b/api/requirements/base.txt
@@ -21,7 +21,7 @@ pytz==2018.9
 # Redis support
 django-redis>=4.10,<4.11
 redis>=3.0,<3.1
-
+kombu>=4.2.2,<4.3
 
 celery>=4.2,<4.3
 
diff --git a/changes/changelog.d/kombu.bugfix b/changes/changelog.d/kombu.bugfix
new file mode 100644
index 00000000..01469f29
--- /dev/null
+++ b/changes/changelog.d/kombu.bugfix
@@ -0,0 +1 @@
+Upgraded kombu to fix an incompatibility with redis>=3
-- 
GitLab