From 341b59531f73fb9d3575160496fb34f57bb01b1e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 26 Feb 2013 11:10:01 +0000 Subject: Unpin Cheetah dependency version Fixes bug #1133216 We've been pinned to the same version of Cheetah since May 2011: Cheetah==2.4.4 this was released in December 2010 and there hasn't been a release since: https://pypi.python.org/pypi/Cheetah/2.4.4 There's no particular reason to believe a future release of Cheetah will break us (only 6 commits since 2.4.4 and they all look like bugfixes), so we should change to: Cheetah>=2.4.4 Change-Id: Id3b22b84d2d693776f89ccb1d0c99d4e42fcab62 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index bb4eb7119..5d8960db2 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ SQLAlchemy>=0.7.8,<=0.7.9 -Cheetah==2.4.4 +Cheetah>=2.4.4 amqplib>=0.6.1 anyjson>=0.2.4 argparse -- cgit