From d78763a873ab79f6f241b23b26de1707d0a34f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:31:49 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.13 in /examples/ariadne_django Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.13) --- 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..b2677c7 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.13 ariadne==0.12.0 django-cors-headers==3.4.0 \ No newline at end of file