From 7712d9727fac258fc02f3639c819a7a92aa9a01c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 27 Oct 2017 08:52:39 -0400 Subject: [PATCH] raise the minimum version of whereto to 0.3.0 This release fixes a problem with 410 redirect rule parsing that allows it to be used in the nova tests. Change-Id: I36003d3525dcc9fef8e5f008ecabb2b2ac78088e Signed-off-by: Doug Hellmann --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 740d0711cb..0bdf7e7ef6 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -439,7 +439,7 @@ virtualenv>=13.1.0 # MIT wrapt>=1.7.0 # BSD License WebTest>=2.0.27 # MIT Werkzeug>=0.7 # BSD License -whereto>=0.2.0 # Apache-2.0 +whereto>=0.3.0 # Apache-2.0 xmltodict>=0.10.1 # MIT wsgi_intercept>=1.4.1 # MIT License xvfbwrapper>=0.1.3 #license: MIT