From 2d6e95db40f16640befdaa7a56e1b9359feea2f6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 18 Jul 2017 19:47:06 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I78b759bf5eba1635b12f8426090d1885aeccbdca --- requirements.txt | 14 +++++++------- test-requirements.txt | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0df7da4d90..8e4427fcdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD -eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT httplib2>=0.7.5 # MIT netaddr!=0.7.16,>=0.7.13 # BSD tenacity>=3.2.1 # Apache-2.0 @@ -12,17 +12,17 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT six>=1.9.0 # MIT stevedore>=1.20.0 # Apache-2.0 neutron-lib>=1.7.0 # Apache-2.0 -osc-lib>=1.2.0 # Apache-2.0 -python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0 +osc-lib>=1.5.1 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 -oslo.db>=4.21.1 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.db>=4.24.0 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD -tooz>=1.47.0 # Apache-2.0 +tooz!=1.57.4,>=1.47.0 # Apache-2.0 decorator>=3.4.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index b35bbe7ed2..b2bdb7c781 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,22 +8,22 @@ fixtures>=3.0.0 # Apache-2.0/BSD flake8-import-order==0.12 # LGPLv3 mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD psycopg2>=2.5 # LGPL/ZPL PyMySQL>=0.7.6 # MIT License oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -oslo.privsep>=1.9.0 # Apache-2.0 -pyroute2>=0.4.15 # Apache-2.0 (+ dual licensed GPL2) +oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 +pyroute2>=0.4.17 # Apache-2.0 (+ dual licensed GPL2) testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT # This is needed for subunit-trace -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 -tempest>=14.0.0 # Apache-2.0 +tempest>=16.1.0 # Apache-2.0 pylint==1.4.5 # GPLv2 -python-openstackclient>=3.3.0 # Apache-2.0 +python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0