From d32c6e822af55a420b530a805d74afa735f5f1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:23:36 +0000 Subject: [PATCH] Bump djangorestframework in /backend/ForEarthForUs_backend 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] --- backend/ForEarthForUs_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ForEarthForUs_backend/requirements.txt b/backend/ForEarthForUs_backend/requirements.txt index 62daada..8cb19c9 100644 --- a/backend/ForEarthForUs_backend/requirements.txt +++ b/backend/ForEarthForUs_backend/requirements.txt @@ -12,7 +12,7 @@ django-oauth-toolkit==1.2.0 django-rest-auth==0.9.5 django-rest-framework-social-oauth2==1.1.0 django-rest-swagger==2.2.0 -djangorestframework==3.9.2 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 idna==2.8 isort==4.3.17