From eda29be203125e3a5dcecb65dcbe7a38af9967b4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 5 Jul 2016 18:16:06 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ia5f2e2946a2d66bfafa24fe6700a9d8acd036dd7 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 861fee1d533..98e2e75c19d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ netifaces>=0.10.4 # MIT neutron-lib>=0.2.0 # Apache-2.0 python-neutronclient>=4.2.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 -ryu!=4.1,!=4.2,!=4.2.1,>=3.30 # Apache-2.0 +ryu>=4.4 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT WebOb>=1.2.3 # MIT keystoneauth1>=2.7.0 # Apache-2.0 @@ -41,7 +41,7 @@ oslo.reports>=0.6.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.11.0 # Apache-2.0 +oslo.utils>=3.14.0 # Apache-2.0 oslo.versionedobjects>=1.9.1 # Apache-2.0 osprofiler>=1.3.0 # Apache-2.0 ovs>=2.5.0;python_version=='2.7' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a2511555ace..45529056516 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,4 +22,4 @@ pylint==1.4.5 # GPLv2 reno>=1.8.0 # Apache2 # Needed to run DB commands in virtualenvs PyMySQL>=0.6.2 # MIT License -tempest>=11.0.0 # Apache-2.0 +tempest>=12.1.0 # Apache-2.0