diff options
author | Eyal <eyal.bar-ilan@nokia.com> | 2019-11-17 12:59:06 +0200 |
---|---|---|
committer | Eyal <eyal.bar-ilan@nokia.com> | 2019-11-18 15:05:33 +0000 |
commit | c8d6fed762607fad8f73ade531cb06d6b919b096 (patch) | |
tree | 40a9419ea04d78bfbc30eae03adfcc20dc5336bf | |
parent | da3c3e7d1d79b71c87a7194cf4cb677d12efbfa9 (diff) | |
download | oslo-messaging-c8d6fed762607fad8f73ade531cb06d6b919b096.tar.gz |
Make sure minimum amqp is 2.5.2
amqp fixed a bug in 2.5.2 that is needed
also update kombu to support amqp 2.5.2
see
https://review.opendev.org/#/c/693704/
https://github.com/celery/py-amqp/commit/86cb254dceab75e0240b4fa6b97249de70036a4b
Change-Id: I4b72d8feb85c2b9b4657510c356cd21e22fe40c2
Closes-bug: #1852058
-rw-r--r-- | lower-constraints.txt | 4 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 49feaa6..ff23649 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ alabaster==0.7.10 -amqp==2.4.1 +amqp==2.5.2 appdirs==1.3.0 Babel==2.3.4 bandit==1.1.0 @@ -28,7 +28,7 @@ imagesize==0.7.1 iso8601==0.1.11 Jinja2==2.10 keystoneauth1==3.4.0 -kombu==4.6.1 +kombu==4.6.6 linecache2==1.0.0 MarkupSafe==1.0 mccabe==0.2.1 diff --git a/requirements.txt b/requirements.txt index 7ed7394..6de25a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,8 +25,8 @@ PyYAML>=3.12 # MIT # rabbit driver is the default # we set the amqp version to ensure heartbeat works -amqp>=2.4.1 # BSD -kombu!=4.0.2,>=4.6.1 # BSD +amqp>=2.5.2 # BSD +kombu>=4.6.6 # BSD # middleware oslo.middleware>=3.31.0 # Apache-2.0 |