From 691b37c5e41878e86bfe1355d40ee24007e7ddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 02:05:03 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.1 to 3.9.1 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.1 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.1...3.9.1) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b2d32238..d9957ecc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ psycopg2==2.6 Pillow==2.8.1 # Rest Framework -djangorestframework==3.4.1 +djangorestframework==3.9.1 rest-pandas==1.1.0 requests~=2.18 # for communication with the rocketchat API