From ded0b6e35fd85221840734e0c235b88660da11fa Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 18 Jul 2016 17:26:34 -0700 Subject: [PATCH] [requires.io] dependency update --- {{cookiecutter.project_slug}}/requirements/base.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 5450a0988..28b907dee 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -7,7 +7,7 @@ wheel==0.29.0 {%- endif %} # Bleeding edge Django -django==1.9.7 +django==1.9.8 # Configuration django-environ==0.4.0 @@ -25,7 +25,7 @@ django-floppyforms==1.6.2 django-model-utils==2.5 # Images -Pillow==3.2.0 +Pillow==3.3.0 # For user registration, either via email or social # Well-built with regular release cycles! @@ -36,7 +36,7 @@ django-allauth==0.25.2 # from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg {% else %} # Python-PostgreSQL Database Adapter -psycopg2==2.6.1 +psycopg2==2.6.2 {%- endif %} # Unicode slugification @@ -44,7 +44,7 @@ unicode-slugify==0.1.3 django-autoslug==1.9.3 # Time zones support -pytz==2016.4 +pytz==2016.6.1 # Redis support django-redis==4.4.3