From 003145919c386ec5ed9e2a090a12059422fdb67b Mon Sep 17 00:00:00 2001
From: nnrcschmdt <e.rico.schmidt@gmail.com>
Date: Mon, 19 Jun 2017 22:51:48 -0400
Subject: [PATCH] upgraded requirement to Django 1.11.2, Pillow 4.1.1, PyYAML
 3.12, django-tinymce 2.6.0 and python-dateutil 2.6.0

---
 requirements.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index c38fd7ae..a1ed722d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-Django==1.10.7
+Django==1.11.2
 MySQL-python==1.2.5
-Pillow==3.3.0
-PyYAML==3.11
-django-tinymce==2.3.0
-python-dateutil==2.5.3
+Pillow==4.1.1
+PyYAML==3.12
+django-tinymce==2.6.0
+python-dateutil==2.6.0
-- 
GitLab