From 23977cd4d80c6d5427ea579fb330c1b8ec302964 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 14 Feb 2017 06:02:02 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I2a2bdafed49abe30cef3fe82e6f9817743249506 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e78a74c30..4d7bcf9a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ six>=1.9.0 # MIT mistral!=2015.1.0,>=3.0.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 +python-novaclient>=7.1.0 # Apache-2.0 passlib>=1.7.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index a03dc00e4..7817e1c1d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,9 +5,9 @@ hacking<0.11,>=0.10.0 coverage>=4.0 # Apache-2.0 -docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain +docutils>=0.11 # OSI-Approved Open Source, Public Domain python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD