From db4fcfccbcd904a749ff780d086dbb84fe45235e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 4 Feb 2016 20:39:52 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I5c3ab0f35f06529545e52fbe3acc0ac88ca59948 --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b38035f655..48a1c0a49e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ taskflow>=1.25.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0 keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 WSME>=0.8 # MIT -PrettyTable>=0.7,<0.8 # BSD +PrettyTable<0.8,>=0.7 # BSD # For paste.util.template used in keystone.common.template Paste # MIT @@ -45,7 +45,7 @@ oslo.policy>=0.5.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 -osprofiler>=0.4.0 # Apache-2.0 +osprofiler>=1.0.0 # Apache-2.0 # Glance Store glance-store!=0.9.0,>=0.7.1 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index b5c6021399..a7a101ff99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -86,4 +86,4 @@ warnerrors = True [extras] bandit = - bandit>=0.13.2 # Apache-2.0 + bandit>=0.17.3 # Apache-2.0