From 0a5c49e369330386e16f04ab37e44edaf99214ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:25:52 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- backend/dev_requirements.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/dev_requirements.txt b/backend/dev_requirements.txt index 9752efc..edb2ae6 100644 --- a/backend/dev_requirements.txt +++ b/backend/dev_requirements.txt @@ -7,7 +7,7 @@ Django==3.0.3 django-cors-headers==3.2.1 django-filter==2.2.0 django-rest-auth==0.9.5 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 idna==2.8 IPy==1.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 19ace74..4a82915 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ Django==3.0.3 django-cors-headers==3.2.1 django-filter==2.2.0 django-rest-auth==0.9.5 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 idna==2.8 IPy==1.0