From c20eb489fa73fc4d04667408c9e7536701a58416 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 9 Oct 2017 16:59:02 -0400 Subject: [PATCH] raise minimum version of whereto to 0.2.0 Release 0.2.0 includes a new feature to support redirecting with a 4xx response code that is needed to test nova's in-tree .htaccess file. Change-Id: Ia24cdc5783e2b7e115f8bb3a9560c3991146b548 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 5d78e130fc..3935495309 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.1.0 # Apache-2.0 +whereto>=0.2.0 # Apache-2.0 xmltodict>=0.10.1 # MIT wsgi_intercept>=1.4.1 # MIT License xvfbwrapper>=0.1.3 #license: MIT