From f22de7bf419baacb00c7827a92c4ed3430b00d89 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Mar 2018 07:06:28 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ice476c1723b0b0141e4d78df19e5e7050245b21c --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6dbecfc8..e66fbe16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ Babel!=2.4.0,>=2.3.4 # BSD Flask!=0.11,<1.0,>=0.10 # BSD -ipaddress>=1.0.16;python_version<'3.3' # PSF +ipaddress>=1.0.17;python_version<'3.3' # PSF jsonschema<3.0.0,>=2.6.0 # MIT kuryr-lib>=0.5.0 # Apache-2.0 neutron-lib>=1.13.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0 oslo.concurrency>=3.25.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 083b4b92..c7b21ba2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,6 +13,6 @@ openstackdocstheme>=1.18.1 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT