summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormb <mb@citynetwork.se>2019-02-18 17:16:58 +0100
committermb <mb@citynetwork.se>2019-02-18 18:29:26 +0100
commit64f74cd2cc17a9331f943f25c76dde6b4c604247 (patch)
tree3603e1abb301b66b1d205842b982258ae3cf179e /requirements.txt
parent0a784d260465bc7ba878bedeb5c1f184e5ff6e2e (diff)
downloadoslo-messaging-64f74cd2cc17a9331f943f25c76dde6b4c604247.tar.gz
Bump amqp requirement version to >=2.4.1
Bumping the version of amqp in requirements.txt and lower-constraints.txt from 2.4.0 to 2.4.1 to mitigate issues with MessagingTimeouts when using TLS due to a amqp bug that was fixed in 2.4.1 Change-Id: I0b094f32dec24c70f95ccd509164a14a71fcfc7d Closes-Bug: #1800957
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ae1db4d..3c6eb93 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.4.0 # BSD
+amqp>=2.4.1 # BSD
kombu!=4.0.2,>=4.0.0 # BSD
# middleware