From b0bfc24c477473f77de120d166898e41daa79751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:48:09 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.9 in /examples/ariadne_django Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/ariadne_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ariadne_django/requirements.txt b/examples/ariadne_django/requirements.txt index cfe9010..aa4d9e3 100644 --- a/examples/ariadne_django/requirements.txt +++ b/examples/ariadne_django/requirements.txt @@ -1,4 +1,4 @@ neo4j-graphql-py==0.1.3 -Django==3.0.8 +Django==3.1.9 ariadne==0.12.0 django-cors-headers==3.4.0 \ No newline at end of file