From f75d8695d32d27a40bc97ad5be4f322068269667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:06:49 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.3 to 3.11.2 in /Backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.3...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 0c5d03e..1834b1b 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -30,7 +30,7 @@ django-rest-framework-nested==0.0.1 django-rest-swagger==2.1.2 django-storages==1.6.5 django-test-plus==1.0.20 -djangorestframework==3.7.3 +djangorestframework==3.11.2 python-memcached docutils==0.14 enum34==1.1.6