From 2a4732af4d7325490bc59ec737d9a66c46e9931c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 12 Sep 2017 13:58:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I92cf74109c3af636cd6a3868aa91e0f8a33cb1a1 --- requirements.txt | 22 +++++++++++----------- test-requirements.txt | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 65211708d..d9fc9942c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,28 +4,28 @@ alembic>=0.8.10 # MIT Babel!=2.4.0,>=2.3.4 # BSD cffi # MIT -cryptography!=2.0,>=1.6 # BSD/Apache-2.0 +cryptography!=2.0,>=1.9 # BSD/Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +jsonschema<3.0.0,>=2.6.0 # MIT +oslo.config>=4.6.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 oslo.db>=4.24.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 -oslo.middleware>=3.27.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.messaging>=5.29.0 # Apache-2.0 +oslo.middleware>=3.30.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 oslo.policy>=1.23.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 Paste # MIT PasteDeploy>=1.5.0 # MIT pbr!=2.1.0,>=2.0.0 # Apache-2.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD pycrypto>=2.6 # Public Domain -pyOpenSSL>=0.14 # Apache-2.0 +pyOpenSSL>=16.2.0 # Apache-2.0 ldap3>=1.0.2 # LGPLv3 -keystonemiddleware>=4.12.0 # Apache-2.0 +keystonemiddleware>=4.17.0 # Apache-2.0 six>=1.9.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3d1e4e542..b1712786f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT fixtures>=3.0.0 # Apache-2.0/BSD requests>=2.14.2 # Apache-2.0 -WebTest>=2.0 # MIT +WebTest>=2.0.27 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 tempest>=16.1.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD @@ -24,6 +24,6 @@ bandit>=1.1.0 # Apache-2.0 # Documentation build requirements sphinx>=1.6.2 # BSD -os-api-ref>=1.0.0 # Apache-2.0 +os-api-ref>=1.4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 openstackdocstheme>=1.16.0 # Apache-2.0