From 672308133324bdacd80656bbcc54dbe711deb7de Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 13 Sep 2017 12:55:20 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I284e5f6e0e97681f7ef890150b5838881c7be882 --- requirements.txt | 14 +++++++------- test-requirements.txt | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index c64239c2e..6526d16e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,19 +4,19 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT alembic>=0.8.10 # MIT six>=1.9.0 # MIT neutron-lib>=1.9.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 oslo.db>=4.24.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 -oslo.messaging!=5.25.0,>=5.24.2 # 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.privsep!=1.17.0,>=1.9.0 # Apache-2.0 +oslo.messaging>=5.29.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.privsep>=1.23.0 # Apache-2.0 pyroute2>=0.4.21 # Apache-2.0 (+ dual licensed GPL2) # This project does depend on neutron as a library, but the # openstack tooling does not play nicely with projects that diff --git a/test-requirements.txt b/test-requirements.txt index 68fa43f40..1957cc66c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,16 +10,16 @@ mock>=2.0.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD requests-mock>=1.1.0 # Apache-2.0 sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +oslo.concurrency>=3.20.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 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 WebOb>=1.7.1 # MIT -WebTest>=2.0 # MIT +WebTest>=2.0.27 # MIT oslotest>=1.10.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License -psycopg2>=2.5 # LGPL/ZPL +psycopg2>=2.6.2 # LGPL/ZPL