From 6169346776854c055f6349509e4e02d64b00863e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 17 Jun 2019 17:08:51 +0100 Subject: [PATCH] Bump django from 1.11.20 to 1.11.21 in /examples/cookbook (#670) Bumps [django](https://github.com/django/django) from 1.11.20 to 1.11.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.20...1.11.21) Signed-off-by: dependabot[bot] --- examples/cookbook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cookbook/requirements.txt b/examples/cookbook/requirements.txt index fe0527a..9d13a82 100644 --- a/examples/cookbook/requirements.txt +++ b/examples/cookbook/requirements.txt @@ -1,5 +1,5 @@ graphene graphene-django graphql-core>=2.1rc1 -django==1.11.20 +django==1.11.21 django-filter>=2