From 16d06d149ed979745aa0ccd2b6db23122d17b57f Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 19 Jan 2018 20:24:19 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6e2ea4b8c4d0942255777818ae095df7556154fc --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4cc00733..40854da7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 os-brick>=2.2.0 # Apache-2.0 -os-vif>=1.7.0 # Apache-2.0 +os-vif!=1.8.0,>=1.7.0 # Apache-2.0 oslo.config>=5.1.0 # Apache-2.0 oslo.concurrency>=3.25.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e1ef5822..fdeb36c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD