From e4c1c4c491c9ed4db36a5eb68c54f6a33bda2407 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 14 Apr 2017 11:48:13 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I00fb451cf08996e12866ba8c1c9f6ab504e39ac8 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d3ba029b367..aa77cd52424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 Paste # MIT PasteDeploy>=1.5.0 # MIT @@ -15,11 +15,11 @@ Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) keystonemiddleware>=4.12.0 # Apache-2.0 netaddr!=0.7.16,>=0.7.13 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=1.3.0 # Apache-2.0 +neutron-lib>=1.4.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 ryu>=4.9 # Apache-2.0 -SQLAlchemy>=1.0.10 # MIT +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT WebOb>=1.7.1 # MIT keystoneauth1>=2.18.0 # Apache-2.0 alembic>=0.8.10 # MIT