summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-03 11:00:07 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-07 10:55:57 -0500
commit8036a106ef7654dd47d7db03342e149e66c7e140 (patch)
tree47354328e6cd1689e6a4c51ecf7a6e9b345b7c4a /tools
parentf2783f9f3b16a1f1fb848337f274277b2c9e4e07 (diff)
downloadoslo-8036a106ef7654dd47d7db03342e149e66c7e140.tar.gz
oslo-8036a106ef7654dd47d7db03342e149e66c7e140.tar.xz
oslo-8036a106ef7654dd47d7db03342e149e66c7e140.zip
Upgrade WebOb to 1.2.3
The version of WebOb being used in OpenStack was more than 1 year old. This change updates to the latest stable release. Upgrading WebOb resolves a version conflict between OpenStack and Pecan, the web framework used by the Ceilometer team for version 2 of the ceilometer API. Refer to http://docs.webob.org/en/latest/news.html for the list of changes between 1.0.8 and 1.2.3. bug 1092227 Change-Id: I2c8e95ecc3b69b40fd9f8d2f801e75c17b07ed59 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index fc7e9a8..be94a28 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
PasteDeploy==1.5.0
-WebOb>=1.0.8
+WebOb==1.2.3
eventlet
extras
greenlet>=0.3.1