From 2d82f6a580a663f77a7e99ed19984d7fc16c3872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:05:08 +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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 4469e35..4449846 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -15,7 +15,7 @@ django-extensions==2.2.6 django-rest-framework==0.1.0 django-rest-swagger==2.2.0 django-restframework==0.0.1 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 drf-yasg==1.17.0 flex==6.14.1