From d9da25f68fb8c39d1e8e56190170782d7d1abd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 21:27:34 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.0 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.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.9.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 0cfdbdb..b775e6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ coverage==4.5.2 dj-database-url==0.5.0 Django==2.1.7 django-heroku==0.3.1 -djangorestframework==3.9.0 +djangorestframework==3.9.1 gunicorn==19.9.0 psycopg2==2.7.7 pytz==2018.7