From 83004ed431671e2f34bf0f2193ac8f7690aa8300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 05:57:26 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.0 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.0 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.4.0...3.9.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89601ee6..3f272019 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ django-secure==1.0.1 django-dynamic-preferences==1.5 webstack-django-sorting==1.0.1 django-storages==1.5.1 -djangorestframework==3.4.0 +djangorestframework==3.9.1 feedparser==5.2.1 github3.py==0.9.6 uwsgi==2.0.18