From 41250842d524dd3c36a3e1377f61c647a80380a2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 12 Oct 2016 10:25:09 -0400 Subject: [PATCH] Require WebOb>=1.6.0 Nova change 4e923eb9a660593b8a7d2522992700182978a54c started using the json_formatter kwarg which was introduced in WebOb 1.6.0: https://github.com/Pylons/webob/commit/87c8749a57c1ff2442db2d74d9fb86935b7b201e So we need to raise the minimum required version for nova to use. Change-Id: Ia778a11afb03b6d4b57dbd55a801a5a28b10541d Depends-On: I2bbad0c059cc514ba0be1d42c061056a342caadc Closes-Bug: #1632723 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a91338a3c..014482a57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ lxml>=2.3 # BSD Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 -WebOb>=1.2.3 # MIT +WebOb>=1.6.0 # MIT greenlet>=0.3.2 # MIT PasteDeploy>=1.5.0 # MIT Paste # MIT