From adf0d595de7de0b0d1faedec6654c8169f19e38a Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 17 May 2016 14:03:22 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I86bc53c6e9baa7a8af1db9b6100409408e51999d --- requirements.txt | 8 ++++---- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a19b49d468..84be4a0232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,9 +17,9 @@ pycrypto>=2.6 # Public Domain oslo.config>=3.9.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 -oslo.service>=1.0.0 # Apache-2.0 +oslo.service>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 -stevedore>=1.9.0 # Apache-2.0 +stevedore>=1.10.0 # Apache-2.0 futurist>=0.11.0 # Apache-2.0 taskflow>=1.26.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0 @@ -31,7 +31,7 @@ PrettyTable<0.8,>=0.7 # BSD Paste # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 pyOpenSSL>=0.14 # Apache-2.0 # Required by openstack.common libraries six>=1.9.0 # MIT @@ -54,7 +54,7 @@ glance-store>=0.13.0 # Apache-2.0 # Artifact repository semantic-version>=2.3.1 # BSD -castellan>=0.3.1 # Apache-2.0 +castellan>=0.4.0 # Apache-2.0 cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8382f95c22..e80f4c2c52 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,7 +15,7 @@ fixtures<2.0,>=1.3.1 # Apache-2.0/BSD mox3>=0.7.0 # Apache-2.0 mock>=1.2 # BSD sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -requests!=2.9.0,>=2.8.1 # Apache-2.0 +requests>=2.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD