summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-02 22:00:00 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-11-02 22:00:00 +0000
commitb1b3677a75fe384a9f7b1f6c1727b8a838f8926c (patch)
treefe2dc1e6fb1aa7a8076345656a946707ee86c230
parent3efbdc703e9a07c4cfcd0fdeda528f8b0eb3c7b1 (diff)
downloadoslo-messaging-5.12.0.tar.gz
Updated from global requirements5.12.0
Change-Id: I1358feb2f87821e8a18ac8b77461df57fa2a6168
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index a3a59b6..11b5271 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -35,7 +35,7 @@ PyYAML>=3.10.0 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
amqp<2.0,>=1.4.0 # LGPL
-kombu>=3.0.25 # BSD
+kombu!=4.0.0,>=3.0.25 # BSD
pika>=0.10.0 # BSD
pika-pool>=0.1.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index f9e4e41..b283a25 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31,7 +31,7 @@ coverage>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.