From 01ce7ff89e631bb985c71e9de0e407c3924a3684 Mon Sep 17 00:00:00 2001 From: Darren Hague Date: Wed, 8 Mar 2017 17:28:06 +0000 Subject: Bump kafka-python and oslo.messaging kafka-python is bumped to 1.3.2 in order to support Kafka 0.10.x oslo.messaging is bumped to 5.12.0 in order to support kafka-python (there is a changed parameter name that causes a stacktrace otherwise) Change-Id: I630b999a050d7186d8c5fb38a24034a7f063c24b --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 7bee2669..e8bf9888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ debtcollector>=1.2.0 # Apache-2.0 tenacity>=3.1.0 # Apache-2.0 jsonpath-rw-ext>=0.1.9 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -kafka-python>=1.3.1 # Apache-2.0 +kafka-python>=1.3.2 # Apache-2.0 keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 lxml>=2.3 # BSD msgpack-python>=0.4.0 # Apache-2.0 @@ -25,7 +25,7 @@ oslo.rootwrap>=2.0.0 # Apache-2.0 PasteDeploy>=1.5.0 # MIT pbr>=1.6 # Apache-2.0 pecan>=1.0.0 # BSD -oslo.messaging>=5.2.0 # Apache-2.0 +oslo.messaging>=5.12.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 -- cgit v1.2.1