From 8d59e1afd42a45077f079e4505b403994f03f95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:54:59 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.3 to 3.11.2 in /auth_demo Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.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.6.3...3.11.2) Signed-off-by: dependabot[bot] --- auth_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_demo/requirements.txt b/auth_demo/requirements.txt index 26dddd8..2ce83be 100644 --- a/auth_demo/requirements.txt +++ b/auth_demo/requirements.txt @@ -1,7 +1,7 @@ astroid==1.5.3 Django==1.11.2 django-cors-headers==2.1.0 -djangorestframework==3.6.3 +djangorestframework==3.11.2 isort==4.2.15 lazy-object-proxy==1.3.1 mccabe==0.6.1