From 592b86749290ac02c5cf5f995da6040706bbe3da Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 14 Nov 2016 11:36:56 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic76ea712018a12750f4ae7b04b70eee6a35ae86e --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1640d0c..9aac6b3 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. -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 # Horizon Core Requirements Django<1.9,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=2.4.0 # Apache-2.0 httplib2>=0.7.5 # MIT -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 pytz>=2013.6 # MIT PyYAML>=3.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 629d7d4..638f1e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon hacking<0.11,>=0.10.2 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT django-nose>=1.4.4 # BSD mock>=2.0 # BSD