From 0544d4e09e896976415a86897fe907b32733ebad Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Tue, 22 Apr 2014 16:00:25 +0100 Subject: [PATCH] Security release: Update Django requirement to 1.5.6 https://www.djangoproject.com/weblog/2014/apr/21/security/ --- pootle/depcheck.py | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pootle/depcheck.py b/pootle/depcheck.py index 9e8976b3250..386962b56c3 100644 --- a/pootle/depcheck.py +++ b/pootle/depcheck.py @@ -28,7 +28,7 @@ TTK_MINIMUM_REQUIRED_VERSION = (1, 11, 0) # Minimum Django version required for Pootle to run. -DJANGO_MINIMUM_REQUIRED_VERSION = (1, 5, 5) +DJANGO_MINIMUM_REQUIRED_VERSION = (1, 5, 6) # Minimum lxml version required for Pootle to run. LXML_MINIMUM_REQUIRED_VERSION = (2, 1, 4, 0) diff --git a/requirements/base.txt b/requirements/base.txt index fdd69125837..e74f6aafd17 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # Make sure you update docs/server/installation.rst and, if needed, the release # notes in docs/releases/$next when bumping Django versions and dependencies -Django>=1.5.5,<1.6 +Django>=1.5.6,<1.6 # Django apps django-allauth==0.15.0