From 1e12c93aec41b2eb771471118db55c48dcc96f23 Mon Sep 17 00:00:00 2001 From: Eric K Date: Wed, 24 Jan 2018 13:56:36 -0800 Subject: [PATCH] update requirements to match global-requirements Manual update to make requirements freeze deadline. Automatic update from proposal bot needs to be fixed. Change-Id: I4f93cdca9390d8b647ab251bab692e46b6d8b5c5 --- requirements.txt | 13 ++++++------- test-requirements.txt | 11 +++++------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b502da..a6f997f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,10 @@ # be installed in a specific order. # # PBR should always appear first -pbr>=2.0.0 # Apache-2.0 -Django>=1.8,<1.9 # BSD -django-babel>=0.5.1 # BSD -django_compressor>=2.0 # MIT +pbr>=2.0.0,!=2.1.0 # Apache-2.0 +Django>=1.8,<2.0 # BSD +django-babel>=0.5.1 # BSD +django-compressor>=2.0 # MIT django-nose>=1.4.4 # BSD -django_openstack_auth>=3.1.0 # Apache-2.0 -keystoneauth1>=2.20.0 # Apache-2.0 -python-congressclient>=1.3.0,<2000 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +python-congressclient>=1.9.0,<2000 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 725c4fb..a25bc0c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,14 +10,13 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 #Testing Requirements -coverage>=4.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +coverage>=4.0,!=4.4 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 # Docs Requirements -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 -docutils>=0.11 # OSI-Approved Open Source, Public Domain +openstackdocstheme>=1.18.1 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 +docutils>=0.11 # OSI-Approved Open Source, Public Domain # Include horizon as test requirement http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon