From e1cf9cd84ce9146772836ca3d90a821e881eeb6c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Jun 2017 16:25:51 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ibd4bdff31ce5c64dd707215af351e229c7769d49 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94f8f84..3ca861b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,15 +4,15 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT Flask!=0.11,<1.0,>=0.10 # BSD SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT oslo.cache>=1.5.0 # Apache-2.0 -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.db>=4.21.1 # Apache-2.0 -keystoneauth1>=2.20.0 # Apache-2.0 +keystoneauth1>=2.21.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 six>=1.9.0 # MIT