From 7c33804ef2b2c152b81028deaaab4027c63b7ca0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 17 May 2017 03:51:56 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ia887d89a60a96ede04460dc06135c9c016b232d8 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45caed26117..9d3be889916 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ netifaces>=0.10.4 # MIT neutron-lib>=1.6.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 +ryu>=4.11 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT WebOb>=1.7.1 # MIT keystoneauth1>=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 39fae76b5c1..f5ab88c99be 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,11 +3,11 @@ # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT