From a9f87f592ddebe20ada86bfe4c3e809d220f92a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:55:29 +0000 Subject: [PATCH] Bump djangorestframework in /examples/django-auth-with-react 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] --- examples/django-auth-with-react/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django-auth-with-react/requirements.txt b/examples/django-auth-with-react/requirements.txt index 2fd7609..4e6949b 100644 --- a/examples/django-auth-with-react/requirements.txt +++ b/examples/django-auth-with-react/requirements.txt @@ -1,3 +1,3 @@ django-cors-headers==2.1.0 django-filter==1.1.0 -djangorestframework==3.7.3 +djangorestframework==3.11.2