From e73c693c51a0986469c7beb1e2dad03b5560f3fb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 16 Nov 2017 11:10:56 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I25a1f9545a763024814a024ece45828771469b54 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d164c8fb..fcf6b957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ oslo.config>=4.6.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT monasca-common>=1.4.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 611645b8..76702f1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ influxdb = cassandra = cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0 elasticsearch = - elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0 + elasticsearch<=3.0.0,>=2.0.0 # Apache-2.0 [pbr] autodoc_index_modules = True