From e779891638f0d57c79daca98f466246574605021 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 6 Jul 2017 01:34:16 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I7e8d06ff7c96be2565f6b5090364e5c950ff190a --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc3933f..e9a73b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Django<1.10,>=1.8 # BSD +Django<1.11,>=1.8 # BSD python-freezerclient>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 53ee1df..022d557 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,6 +21,6 @@ django-nose>=1.4.4 # BSD nosexcover # BSD # Horizon requirements -Django<1.10,>=1.8 # BSD +Django<1.11,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=3.1.0 # Apache-2.0