From 9df878e7db1911a0430ee9d58b1ba7f32a466bf0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 15 Oct 2017 17:00:19 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I8f3fb853bf358db8fe01427d57b0823f5e3d82c0 --- requirements.txt | 12 ++++++------ setup.cfg | 2 +- test-requirements.txt | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62819876..732c296a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -keystoneauth1>=3.1.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.context>=2.14.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +keystoneauth1>=3.2.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.context!=2.19.1,>=2.14.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.utils>=3.20.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index e5e9943a..39162b7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = [extras] audit_notifications = - oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 + oslo.messaging>=5.29.0 # Apache-2.0 [global] setup-hooks = diff --git a/test-requirements.txt b/test-requirements.txt index 1c442cb5..322e7f5a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,23 +6,23 @@ hacking<0.11,>=0.10.0 flake8-docstrings==0.2.1.post1 # MIT coverage!=4.4,>=4.0 # Apache-2.0 -cryptography!=2.0,>=1.6 # BSD/Apache-2.0 -doc8 # Apache-2.0 +cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +doc8>=0.6.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0.0 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 requests-mock>=1.1.0 # Apache-2.0 sphinx>=1.6.2 # BSD stevedore>=1.20.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 -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 python-memcached>=1.56 # PSF -WebTest>=2.0 # MIT +WebTest>=2.0.27 # MIT # Bandit security code scanner bandit>=1.1.0 # Apache-2.0