From a651d07a4b017393eedca1a0fbac3784fd3ec2fb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 16 Mar 2018 07:19:16 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I42173bc2cfbde1a0e6672ec2bbd52c486e1a867f --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d9d59c3..1f490b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD cryptography!=2.0,>=1.9 # BSD/Apache-2.0 -python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +python-barbicanclient>=4.5.2 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c1df4863..be3f6f75 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,9 +4,9 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 -python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 +python-barbicanclient>=4.5.2 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD