From 24aea56633d938a0188f4ec96f5b82afc7d247aa Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 25 Jan 2017 20:19:45 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie68fd51c43b901d2b1a951848db0de128efc3328 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cb502f3b..f06a7369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ Django<1.9,>=1.8 # BSD oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -keystoneauth1>=2.17.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 61f1b27b..4ccc23e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 Babel>=2.3.4 # BSD coverage>=4.0 # Apache-2.0 mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD