From 850dc1d9e9ad0600dcb9cb7545594c04d597e485 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 12 Apr 2017 04:22:53 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I249a44718c21574abf438cf1f9eadf030f7d6c29 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1693e537..26d7f0b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 # The greenlet package must be compiled with gcc and needs # the Python.h headers. Make sure you install the python-dev @@ -13,7 +13,7 @@ eventlet!=0.18.3,>=0.18.2 # MIT PasteDeploy>=1.5.0 # MIT Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT -WebOb>=1.6.0 # MIT +WebOb>=1.7.1 # MIT oslo.config>=3.22.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.context>=2.12.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3535b085..08ab20e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.11,>=0.10.0 # For translations processing -Babel>=2.3.4 # BSD +Babel!=2.4.0,>=2.3.4 # BSD # Needed for testing coverage>=4.0 # Apache-2.0