From d14ab17a77daff6e7899bf249c2bec6236b87abf Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 21 Mar 2018 04:46:30 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I65e908e6a180703b179391e3d01c984f32f29a38 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index aae2f9395..d8fa05ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ # pbr should be first pbr!=2.1.0,>=2.0.0 # Apache-2.0 -ipaddress>=1.0.16;python_version<'3.3' # PSF -oslo.config>=5.1.0 # Apache-2.0 +ipaddress>=1.0.17;python_version<'3.3' # PSF +oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 946670f76..0eaa84a17 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ mock>=2.0.0 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD tempest>=17.1.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT