From 604294427e91d4b64d6c82b69b968eae616db736 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 13 Sep 2017 12:59:56 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I07ada0916c6b4b1d4eb705e41e19f2369febcd84 --- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3aca41..c82dc15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT six>=1.9.0 # MIT -sphinx!=1.6.1,>=1.5.1 # BSD -openstackdocstheme>=1.5.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4b21de3..a03b04a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,5 +9,5 @@ python-subunit>=0.0.18 # Apache-2.0/BSD oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT -sphinx-testing # BSD License -beautifulsoup4 # MIT +sphinx-testing>=0.7.2 # BSD License +beautifulsoup4>=4.6.0 # MIT