From 65a556d3529a1cef3f4c667be8e2611dc9933876 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 14 Dec 2015 07:52:00 +0100 Subject: [PATCH] Manual sync with global-requirements Since we're not part of global-requirements sync, do a manual sync. This updates Jinja to newer version as well as normalizes the entries. Change-Id: If41108d7831c7913b8203b5ffdbc9a9bdd3a148e --- test-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3294c541ef..342055742e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,11 +4,11 @@ pbr>=1.6 # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.10.2,<0.11 +hacking<0.11,>=0.10.2 beautifulsoup4 -Jinja2>=2.6 # BSD License (3 clause) +Jinja2>=2.8 # BSD License (3 clause) openstack-doc-tools>=0.30 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 openstackdocstheme>=1.2.3 -doc8 # Apache-2.0 +doc8 # Apache-2.0