From 67fdbb4de8c21835ae286831aaefd72a8ec85cf3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 30 May 2016 00:34:02 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id4c80d2e01d61f82a1f2bd7e5a9a640b9fc5a825 --- requirements.txt | 2 +- test-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b95cf576b..16479a2848 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ Jinja2>=2.8 # BSD License (3 clause) keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0 oslo.messaging>=4.5.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 -oslo.versionedobjects!=1.9.0,>=1.5.0 # Apache-2.0 +oslo.versionedobjects>=1.9.1 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT psutil<2.0.0,>=1.1.1 # BSD futurist>=0.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 270d398207..a470e5ed53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,8 +4,8 @@ hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 doc8 # Apache-2.0 -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD -mock>=1.2 # BSD +fixtures>=3.0.0 # Apache-2.0/BSD +mock>=2.0 # BSD Babel>=2.3.4 # BSD PyMySQL>=0.6.2 # MIT License iso8601>=0.1.11 # MIT @@ -14,7 +14,7 @@ psycopg2>=2.5 # LGPL/ZPL python-ironicclient>=1.1.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT -os-testr>=0.4.1 # Apache-2.0 +os-testr>=0.7.0 # Apache-2.0 testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT