From 85239f49282c6a96200684d89dd48c8d5334ddd9 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 20 Jul 2017 13:15:25 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I246d9eae46f4c3b05e919f343d8e80f00087d995 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a005faa..45dbd03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ # PBR should always appear first pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD -Django<1.10,>=1.8 # BSD +Django<2.0,>=1.8 # BSD django-babel>=0.5.1 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 82edaa2..e0bbf3a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,7 +21,7 @@ nosexcover # BSD openstack.nose-plugin>=0.7 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD testtools>=1.4.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT