From 4226badc837ce203cbc1a51476f8cf88082448f2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 11 Sep 2017 21:47:08 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I674e086307ef8785244a14fd4e83ffaedc927eb9 --- requirements.txt | 18 +++++++++--------- test-requirements.txt | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 63e36343b..6f55190f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,20 +4,20 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -futurist!=0.15.0,>=0.11.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 monotonic>=0.6 # Apache-2.0 # for jsonutils six>=1.9.0 # MIT -cachetools>=1.1.0 # MIT License +cachetools>=2.0.0 # MIT License WebOb>=1.7.1 # MIT @@ -26,7 +26,7 @@ PyYAML>=3.10 # MIT # rabbit driver is the default # we set the amqp version to ensure heartbeat works -amqp!=2.1.4,>=2.1.0 # BSD +amqp!=2.1.4,>=2.1.1 # BSD kombu!=4.0.2,>=4.0.0 # BSD pika>=0.10.0 # BSD pika-pool>=0.1.3 # BSD @@ -36,4 +36,4 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD tenacity>=3.2.1 # Apache-2.0 # middleware -oslo.middleware>=3.27.0 # Apache-2.0 +oslo.middleware>=3.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 85a81bd45..f13548172 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -34,10 +34,10 @@ reno>=2.5.0 # Apache-2.0 # AMQP 1.0 support depends on the Qpid Proton AMQP 1.0 # development libraries. -pyngus>=2.0.2 # Apache-2.0 +pyngus>=2.2.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -greenlet>=0.3.2 # MIT +greenlet>=0.4.10 # MIT