From c13cbd3643becb49ce9b964b2164a5fd3c3c3cb5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 1 Jun 2016 19:01:10 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id3494379f96fb9b67ae47f35e6bcccaae02e8c1b --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d257e7db..68887ad3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ alembic>=0.8.4 # MIT Babel>=2.3.4 # BSD eventlet!=0.18.3,>=0.18.2 # MIT -Flask<1.0,>=0.10 # BSD +Flask!=0.11,<1.0,>=0.10 # BSD futurist>=0.11.0 # Apache-2.0 jsonpath-rw<2.0,>=1.2.0 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT @@ -21,7 +21,7 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 -oslo.utils>=3.9.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 six>=1.9.0 # MIT stevedore>=1.10.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT