From 88f2961fc81e2cbda33f71bb060570f0e52bd6a5 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 23 May 2019 11:02:04 -0300 Subject: [PATCH] HOT-FIX: fix security warning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f331eeeb2..19123412f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires = [ 'django>=1.11.19,<2.0', 'django-haystack==2.8.1', 'django-filter==2.0.0', - 'djangorestframework==3.9.0', + 'djangorestframework==3.9.1', 'dj-database-url==0.5.0', 'django-braces==1.9.0', 'django-crispy-forms==1.7.2',