From f14854ea6a71de8dbb8499fc0ddbbf2c32c5b768 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 20 Feb 2015 14:00:20 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I041318042948fd10a4ec3e9f0ceb6894c3f883fa --- requirements-py2.txt | 2 +- requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index 083caec0..3f1f9729 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -11,7 +11,7 @@ pbr>=0.6,!=0.7,<1.0 ordereddict # Python 2->3 compatibility library. -six>=1.7.0 +six>=1.9.0 # Very nice graph library networkx>=1.8 diff --git a/requirements-py3.txt b/requirements-py3.txt index b04fc0af..6809a013 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -8,7 +8,7 @@ pbr>=0.6,!=0.7,<1.0 # Packages needed for using this library. # Python 2->3 compatibility library. -six>=1.7.0 +six>=1.9.0 # Very nice graph library networkx>=1.8