From f0395a3cd64acee3510299f62a7b67905570f89a Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Mon, 4 Jan 2016 17:17:28 +0000 Subject: [PATCH] Bug 1236592 - Heroku: Update pylibmc from v1.4.2 to v1.5.0 One of the most notable changes is a fix for a few memory leaks. http://sendapatch.se/projects/pylibmc/changelog.html https://github.com/lericson/pylibmc/compare/1.4.2...1.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdd4d2c30..fe4bad91f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Pylibmc must be in this file so that heroku knows it has to install # libmemcached when bootstrapping the containers. # More info here: https://devcenter.heroku.com/articles/memcachier#python -pylibmc==1.4.2 +pylibmc==1.5.0 django-pylibmc==0.5.0 django-heroku-memcacheify==0.8