From edf82ddcca1bdeb1b9c392c68814f8f51fd7a3fe Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 20 Sep 2017 16:26:45 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id38a5dd9b8eb56c60df41725ba224c6c940793b1 --- requirements.txt | 2 +- setup.cfg | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0160cf32..3a40a5c43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.9.0 # MIT # Enum library made for <= python 3.3 -enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD +enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD # For async and/or periodic work futurist>=1.2.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 1633ef5b0..39ddc7e1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,11 +68,11 @@ eventlet = eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT doc = sphinx>=1.6.2 # BSD - openstackdocstheme>=1.16.0 # Apache-2.0 + openstackdocstheme>=1.17.0 # Apache-2.0 database = SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT alembic>=0.8.10 # MIT - SQLAlchemy-Utils # BSD License + SQLAlchemy-Utils>=0.30.11 # BSD License PyMySQL>=0.7.6 # MIT License psycopg2>=2.6.2 # LGPL/ZPL test = @@ -82,7 +82,7 @@ test = mock>=2.0.0 # BSD testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD - doc8 # Apache-2.0 + doc8>=0.6.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 [nosetests]