Bump py-amqp to >= 2.3.0

Due to the bug below we want to have py-amqp>=2.3.0 so that connecting
to rabbit endpoints don't timeout when relying on /etc/hosts entries.
Closes-Bug: 1780992

Change-Id: Ia2c1114cb0f8d480695197714f7c6293751430dd
This commit is contained in:
Daniel Alvarez 2018-07-11 15:21:56 +02:00
parent b97481ce19
commit 7dc7684311
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
alabaster==0.7.10
amqp==2.1.1
amqp==2.3.0
appdirs==1.3.0
Babel==2.3.4
bandit==1.1.0

View File

@ -26,7 +26,7 @@ PyYAML>=3.12 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
amqp!=2.1.4,>=2.1.1 # BSD
amqp>=2.3.0 # BSD
kombu!=4.0.2,>=4.0.0 # BSD
# used by zmq driver