From ddd3f1793b6a945fe56b12719f4b4cbdfedf6cf4 Mon Sep 17 00:00:00 2001 From: Wyatt Lee Baldwin Date: Tue, 16 Aug 2016 10:39:08 -0700 Subject: [PATCH] Upgrade djangorestframework 3.4.3 => 3.4.4 3.4.3 had a bug that affected us: https://github.com/tomchristie/django-rest-framework/pull/4371 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2280ab1..2367921 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ # Dependencies that are used in multiple places deps = { - 'djangorestframework': 'djangorestframework>=3.4.3', 'ldap3': 'ldap3>=1.2.2', + 'djangorestframework': 'djangorestframework>=3.4.4', } setup(