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/
86cb254dce
Change-Id: I4b72d8feb85c2b9b4657510c356cd21e22fe40c2
Closes-bug: #1852058
This commit is contained in:
parent
da3c3e7d1d
commit
c8d6fed762
@ -1,5 +1,5 @@
|
|||||||
alabaster==0.7.10
|
alabaster==0.7.10
|
||||||
amqp==2.4.1
|
amqp==2.5.2
|
||||||
appdirs==1.3.0
|
appdirs==1.3.0
|
||||||
Babel==2.3.4
|
Babel==2.3.4
|
||||||
bandit==1.1.0
|
bandit==1.1.0
|
||||||
@ -28,7 +28,7 @@ imagesize==0.7.1
|
|||||||
iso8601==0.1.11
|
iso8601==0.1.11
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
keystoneauth1==3.4.0
|
keystoneauth1==3.4.0
|
||||||
kombu==4.6.1
|
kombu==4.6.6
|
||||||
linecache2==1.0.0
|
linecache2==1.0.0
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
mccabe==0.2.1
|
mccabe==0.2.1
|
||||||
|
@ -25,8 +25,8 @@ PyYAML>=3.12 # MIT
|
|||||||
|
|
||||||
# rabbit driver is the default
|
# rabbit driver is the default
|
||||||
# we set the amqp version to ensure heartbeat works
|
# we set the amqp version to ensure heartbeat works
|
||||||
amqp>=2.4.1 # BSD
|
amqp>=2.5.2 # BSD
|
||||||
kombu!=4.0.2,>=4.6.1 # BSD
|
kombu>=4.6.6 # BSD
|
||||||
|
|
||||||
# middleware
|
# middleware
|
||||||
oslo.middleware>=3.31.0 # Apache-2.0
|
oslo.middleware>=3.31.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user