From 07c4f5b121134494b086a76c4af0411011499c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:23:06 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.2 to 3.11.2 in /app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.2...3.11.2) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0512595..959fc38 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ django==2.2 Pillow==6.0.0 openpyxl==2.6.2 -djangorestframework==3.9.2 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 django-allauth==0.39.1 django-rest-auth==0.9.5 \ No newline at end of file