From 04fd2752ec7413ebd5cb56b4fc2321b97c379a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:58:28 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.3 to 3.11.2 in /example 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] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index ce92eac..f13f88f 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -3,7 +3,7 @@ django-filter==1.0.4 django-filters==0.2.1 django-graphql-utils==0.1.2 django-seed==0.1.7 -djangorestframework==3.6.3 +djangorestframework==3.11.2 Faker==0.7.18 graphene==1.4.1 graphene-django==1.3