From d1a9444401554ea6bb44026a0459a7b1839f75e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 17:40:34 +0000 Subject: [PATCH] Bump django from 3.0 to 3.0.3 in /examples/cookbook (#876) Bumps [django](https://github.com/django/django) from 3.0 to 3.0.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0...3.0.3) 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 c062358..4375fcc 100644 --- a/examples/cookbook/requirements.txt +++ b/examples/cookbook/requirements.txt @@ -1,5 +1,5 @@ graphene>=2.1,<3 graphene-django>=2.1,<3 graphql-core>=2.1,<3 -django==3.0 +django==3.0.3 django-filter>=2