summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2019-01-23 09:40:08 -0500
committerKenneth Giusti <kgiusti@gmail.com>2019-01-24 16:28:43 -0500
commit0a784d260465bc7ba878bedeb5c1f184e5ff6e2e (patch)
tree1ae682d5605d53d2305921d439d491548381ccdc
parent344ec5e8bb4a3df92e50edeab8d670f79aad5eb4 (diff)
downloadoslo-messaging-0a784d260465bc7ba878bedeb5c1f184e5ff6e2e.tar.gz
Bump amqp requirement version to >= 2.4.09.4.0
See http://lists.openstack.org/pipermail/openstack-discuss/2019-January/001998.html Closes-Bug: #1813029 Change-Id: I4ef3d1184fd593f4acd090395579d91e093dd82c
-rw-r--r--lower-constraints.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index a7e932d..0f6c448 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,5 +1,5 @@
alabaster==0.7.10
-amqp==2.3.0
+amqp==2.4.0
appdirs==1.3.0
Babel==2.3.4
bandit==1.1.0
diff --git a/requirements.txt b/requirements.txt
index 4eb7e33..ae1db4d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,7 +26,7 @@ PyYAML>=3.12 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
-amqp>=2.3.0 # BSD
+amqp>=2.4.0 # BSD
kombu!=4.0.2,>=4.0.0 # BSD
# middleware