summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDarren Hague <d.hague@sap.com>2017-03-08 17:28:06 +0000
committerDarren Hague <d.hague@sap.com>2017-03-10 14:47:29 +0000
commit01ce7ff89e631bb985c71e9de0e407c3924a3684 (patch)
tree79afce9002b1e727a4ab5aa5b62f8d1cf263dd14 /requirements.txt
parentcc928ef73f52d60a1dd74b96134e00ab962ef223 (diff)
downloadceilometer-01ce7ff89e631bb985c71e9de0e407c3924a3684.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
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