From c81ccac18461804ad5668c0224d1c53f2b43f3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 11:46:06 +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 74ee9df..17be071 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ subliminal==2.1.0 gunicorn==19.9.0 clint==0.5.1 django-cors-headers==3.0.2 -djangorestframework==3.11.0 +djangorestframework==3.11.2 django-rest-auth==0.9.5 django-allauth==0.42.0 django-rest-auth[with_social]