From 65e38edb2773446375cc870f33b25fc9fa3235a4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 6 Oct 2016 16:54:32 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I22aa368eaecb209ea20e8258e83e400e5e821dfb --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e5fcf2c6..b332b6d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ six>=1.9.0 # MIT # Not in global-requirements apscheduler # MIT License -psutil>=1.1.1,<2.0.0 # BSD +psutil<2.0.0,>=1.1.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index d2ff1cf3..717d6b97 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,8 @@ coverage>=3.6 # Apache-2.0 mock>=2.0 # BSD pylint==1.4.5 # GPLv2 python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT