From 7a0b5900ae8ea64140a3715cdb593e52a3694e86 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 11 Sep 2017 23:42:57 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I63518b92ef3485f8ceb2852d10db49b2ebe7ef16 --- requirements.txt | 20 ++++++++++---------- test-requirements.txt | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 525aa3d191..db200c1456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,24 +5,24 @@ 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.20.1,<0.21.0,>=0.18.2 # MIT -httplib2>=0.7.5 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD +httplib2>=0.9.1 # MIT +netaddr>=0.7.18 # BSD tenacity>=3.2.1 # Apache-2.0 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.9.0 # Apache-2.0 osc-lib>=1.7.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 +oslo.concurrency>=3.20.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 oslo.db>=4.24.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.30.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.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 +oslo.utils>=3.28.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.58.0 # Apache-2.0 decorator>=3.4.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 6f853f8633..cd230a3baa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,21 +9,21 @@ flake8-import-order==0.12 # LGPLv3 mock>=2.0.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD -psycopg2>=2.5 # LGPL/ZPL +psycopg2>=2.6.2 # 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.17.0,>=1.9.0 # Apache-2.0 +oslo.privsep>=1.22.0 # Apache-2.0 pyroute2>=0.4.21 # Apache-2.0 (+ dual licensed GPL2) testrepository>=0.0.18 # Apache-2.0/BSD -testresources>=0.2.4 # Apache-2.0/BSD +testresources>=2.0.0 # Apache-2.0/BSD testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD -WebTest>=2.0 # MIT +WebTest>=2.0.27 # MIT # This is needed for subunit-trace reno>=2.5.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 tempest>=16.1.0 # Apache-2.0 pylint==1.4.5 # GPLv2 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0