From 557469b5b71162730bdbad6d94767958f23ac59b Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 23 Dec 2016 12:58:42 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I8eaceec4a9e54529d336d4f8c322e1867dd41bfd --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a034821294..92b22f0a07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pysendfile>=2.0.0 # MIT oslo.concurrency>=3.8.0 # Apache-2.0 oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.context>=2.9.0 # Apache-2.0 -oslo.db!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0 +oslo.db>=4.13.3 # Apache-2.0 oslo.rootwrap>=5.0.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ee9e20c924..fa5bf8dc0c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ doc8 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD Babel>=2.3.4 # BSD -PyMySQL!=0.7.7,>=0.7.6 # MIT License +PyMySQL>=0.7.6 # MIT License iso8601>=0.1.11 # MIT oslotest>=1.10.0 # Apache-2.0 psycopg2>=2.5 # LGPL/ZPL