From 9490e436be414e6ee629906c734233305cc779d0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 8 Apr 2016 11:44:12 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie767be2de9a616a0ddb217e37f8c33e87f480b1a --- requirements.txt | 8 ++++---- test-requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54c19768..7ce0a093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ stevedore>=1.5.0 # Apache-2.0 alembic>=0.8.4 # MIT eventlet!=0.18.3,>=0.18.2 # MIT PasteDeploy>=1.5.0 # MIT -Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT -Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT +Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT +Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT retrying!=1.3.0,>=1.2.3 # Apache-2.0 WebOb>=1.2.3 # MIT kombu>=3.0.25 # BSD @@ -28,12 +28,12 @@ Paste # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 python-heatclient>=0.6.0 # Apache-2.0 -python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 +python-neutronclient>=4.1.1 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-congressclient<2000,>=1.0.0 # Apache-2.0 python-mistralclient>=1.0.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 -oslo.config>=3.7.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d59b5b04..439f785e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD mock>=1.2 # BSD nose # LGPL oslotest>=1.10.0 # Apache-2.0 @@ -25,4 +25,4 @@ psycopg2>=2.5 # LGPL/ZPL oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD sphinxcontrib-httpdomain # BSD -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2