From 3c0a1846fe3a475a0cccb8f309f07c0e9e3820d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:55:20 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.2 to 3.11.2 in /backend/SRLMS Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.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.10.2...3.11.2) Signed-off-by: dependabot[bot] --- backend/SRLMS/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/SRLMS/requirements.txt b/backend/SRLMS/requirements.txt index d8345c0..16c7c71 100644 --- a/backend/SRLMS/requirements.txt +++ b/backend/SRLMS/requirements.txt @@ -6,7 +6,7 @@ django-allauth==0.40.0 django-cors-headers==3.1.0 django-rest-auth==0.9.5 django-rest-framework==0.1.0 -djangorestframework==3.10.2 +djangorestframework==3.11.2 drf-writable-nested==0.5.1 idna==2.8 oauthlib==3.1.0